fix(store,l10n): localize canonical category labels + store segment
The grouped store showed the hub's English category labels verbatim (Documents, Data & Formats) even in German. Map the canonical slug to DE/EN via l10n (storeCat*), and localize the Modules/Studio segment (storeSegment*). Falls back to the hub label for an unknown slug. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
4b30589962
commit
0fda2600ad
6 changed files with 191 additions and 7 deletions
|
|
@ -335,6 +335,17 @@
|
|||
"storeCategoryChannel": "Channels",
|
||||
"storeCategoryWeb": "Web",
|
||||
"storeCategoryOrchestrator": "Orchestration",
|
||||
"storeCatDocuments": "Documents",
|
||||
"storeCatTextLanguage": "Text & Language",
|
||||
"storeCatData": "Data & Formats",
|
||||
"storeCatAiLlm": "AI & LLM",
|
||||
"storeCatWebApi": "Web & APIs",
|
||||
"storeCatAnalysisDomain": "Analysis & Domain",
|
||||
"storeCatStudioThemes": "Studio & Themes",
|
||||
"storeCatExamplesDev": "Examples & Dev",
|
||||
"storeCatOther": "Other",
|
||||
"storeSegmentModules": "Modules",
|
||||
"storeSegmentStudio": "Studio & Themes",
|
||||
"storeNResults": "{n} result{n, plural, =1{} other{s}}",
|
||||
"@storeNResults": {
|
||||
"placeholders": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue