fix(i18n): complete translations for production launch and fix CMS store context
Some checks failed
CI / ruff (push) Successful in 10s
CI / validate (push) Successful in 26s
CI / dependency-scanning (push) Successful in 28s
CI / pytest (push) Failing after 3h13m27s
CI / docs (push) Has been cancelled
CI / deploy (push) Has been cancelled

- Replace CMS custom get_store_context() with core utility (same fix as loyalty)
- Add 85 missing translation keys across fr/de/lb for core, tenancy, messaging,
  customers, and loyalty modules
- Convert 21 client-side $t() calls to server-side _() in 9 loyalty templates
- Fix 3 broken translation keys in store/cards.html

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-14 23:38:54 +01:00
parent bc7431943a
commit 6c07f6cbb2
27 changed files with 189 additions and 82 deletions

View File

@@ -32,6 +32,11 @@
"description": "Nachrichten an Kunden senden"
}
},
"messages": {
"failed_to_toggle_customer_status": "Kundenstatus konnte nicht geändert werden",
"failed_to_load_customer_details": "Kundendetails konnten nicht geladen werden",
"failed_to_load_customer_orders": "Kundenbestellungen konnten nicht geladen werden"
},
"menu": {
"store_operations": "Shop-Betrieb",
"customers_section": "Kunden",