fix(store): localized category labels, 'Studio & Designs' tab in German
Some checks are pending
Security / Security check (push) Waiting to run
Some checks are pending
Security / Security check (push) Waiting to run
'document' rendered as a raw lowercase English token next to localized neighbours; unknown categories at least capitalize. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
12b2e8327a
commit
5578c32710
6 changed files with 24 additions and 5 deletions
|
|
@ -847,6 +847,9 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
@override
|
||||
String get storeCategoryOrchestrator => 'Orchestrierung';
|
||||
|
||||
@override
|
||||
String get storeCategoryDocument => 'Dokument';
|
||||
|
||||
@override
|
||||
String get storeCatDocuments => 'Dokumente';
|
||||
|
||||
|
|
@ -866,7 +869,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get storeCatAnalysisDomain => 'Analyse & Domäne';
|
||||
|
||||
@override
|
||||
String get storeCatStudioThemes => 'Studio & Themes';
|
||||
String get storeCatStudioThemes => 'Studio & Designs';
|
||||
|
||||
@override
|
||||
String get storeCatExamplesDev => 'Beispiele & Dev';
|
||||
|
|
@ -878,7 +881,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get storeSegmentModules => 'Module';
|
||||
|
||||
@override
|
||||
String get storeSegmentStudio => 'Studio & Themes';
|
||||
String get storeSegmentStudio => 'Studio & Designs';
|
||||
|
||||
@override
|
||||
String storeNResults(int n) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue