Occupancy Plan translations
===========================

Text domain: occupancy-plan
Bundled locale: de_DE

Translation policy
------------------
Translations approved on translate.wordpress.org remain the public source of truth.
Bundled PO/MO files are a release-time snapshot. WordPress first uses its normal
just-in-time language-pack loading. On init, Occupancy Plan merges a matching bundled
MO file as a fallback; existing WordPress translations keep priority and only strings
missing from the installed language pack are supplemented. This prevents newly added
release strings from temporarily appearing in English while the public language pack
is catching up.

Recommended release workflow
----------------------------
From the plugin root, with WP-CLI installed:

  wp i18n make-pot . languages/occupancy-plan.pot --domain=occupancy-plan
  wp i18n update-po languages/occupancy-plan.pot languages/occupancy-plan-de_DE.po
  wp i18n make-mo languages/occupancy-plan-de_DE.po

Run tools/update-translations.ps1 on Windows to execute the same workflow.
Before release, verify that no msgstr entries are empty or fuzzy.

Version: 1.6.4
