mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 02:41:09 +02:00
i18n(inventory+questions+invitations): translate 3 routes via $_()
- inventory/items/[id]/+page: route through inventory.detail.* + dynamic inventory.status.<id>; drops local statusLabels constant (re-uses existing inventory.status.* keys). Fixes pre-existing typos endgultig/loschen/Zuruck/hinzufugen via proper translations. - questions/+page: route through questions.home.* + dynamic questions.home.depth_<id>; locale-aware date formatting via get(locale) instead of hardcoded de-DE; drops unused ResearchDepth import + depthLabels const. - accept-invitation/+page: route through invitations.accept.* (new namespace); space-type label still uses SPACE_TYPE_LABELS from shared-branding (only de/en available — locale-prefix gate). Baseline 920 → 899 (-21).
This commit is contained in:
parent
ef3243a68a
commit
7339fba3aa
5 changed files with 95 additions and 80 deletions
|
|
@ -52,7 +52,9 @@
|
|||
"apps/mana/apps/web/src/routes/(app)/citycorners/cities/[slug]/locations/[id]/edit/+page.svelte": 26,
|
||||
"apps/mana/apps/web/src/routes/(app)/citycorners/cities/[slug]/map/+page.svelte": 6,
|
||||
"apps/mana/apps/web/src/routes/(app)/citycorners/favorites/+page.svelte": 6,
|
||||
"apps/mana/apps/web/src/routes/(app)/inventory/items/[id]/+page.svelte": 1,
|
||||
"apps/mana/apps/web/src/routes/(app)/invoices/[id]/edit/+page.svelte": 1,
|
||||
"apps/mana/apps/web/src/routes/(app)/questions/+page.svelte": 1,
|
||||
"apps/mana/apps/web/src/routes/(app)/quotes/+page.svelte": 3,
|
||||
"apps/mana/apps/web/src/routes/(app)/quotes/categories/+page.svelte": 2,
|
||||
"apps/mana/apps/web/src/routes/(app)/quotes/category/[category]/+page.svelte": 8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue