feat(i18n): add German (de) admin translations#451
Conversation
First community translation of the EmDash admin interface into German. Uses formal 'Sie' form appropriate for DACH business context. Covers all currently extracted admin strings (Settings, Login, LocaleSwitcher). Follows the i18n infrastructure from PR emdash-cms#234.
|
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
@emdash-cms/admin
@emdash-cms/auth
@emdash-cms/blocks
@emdash-cms/cloudflare
emdash
create-emdash
@emdash-cms/gutenberg-to-portable-text
@emdash-cms/x402
@emdash-cms/plugin-ai-moderation
@emdash-cms/plugin-atproto
@emdash-cms/plugin-audit-log
@emdash-cms/plugin-color
@emdash-cms/plugin-embeds
@emdash-cms/plugin-forms
@emdash-cms/plugin-webhook-notifier
commit: |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Summary
First community translation of the EmDash admin interface into German (de).
"de"to Lingui config and registers{ code: "de", label: "Deutsch" }in SUPPORTED_LOCALESChanges
lingui.config.ts— added"de"to locales arraypackages/admin/src/locales/config.ts— registered German localepackages/admin/src/locales/de/messages.po— complete German translationsContext
Follows #234. Happy to expand as more strings get extracted in
feat/admin-i18n-strings.Test plan
pnpm --filter @emdash-cms/admin locale:compilesucceeds