@cosmicdrift/kumiko-locale-de 0.290.0 → 0.292.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/__tests__/en-catalog.ts +1 -0
- package/src/strings.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cosmicdrift/kumiko-locale-de",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.292.0",
|
|
4
4
|
"description": "German UI and mail copy for Kumiko framework screens. Opt in by mounting localeDe() + localeDeClient().",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@cosmicdrift/kumiko-framework": "0.
|
|
31
|
+
"@cosmicdrift/kumiko-framework": "0.292.0"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"registry": "https://registry.npmjs.org",
|
|
@@ -540,6 +540,7 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
540
540
|
"kumiko.list.sort.label": "Sort",
|
|
541
541
|
"kumiko.list.sort.unsorted": "Unsorted",
|
|
542
542
|
"kumiko.reference.system-tenant": "System",
|
|
543
|
+
"kumiko.reference.system-user": "System",
|
|
543
544
|
"kumiko.nav.collapse": "Collapse",
|
|
544
545
|
"kumiko.nav.expand": "Expand",
|
|
545
546
|
"kumiko.nav.language": "Language",
|
package/src/strings.ts
CHANGED
|
@@ -558,6 +558,7 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
|
|
|
558
558
|
"kumiko.list.sort.label": "Sortieren",
|
|
559
559
|
"kumiko.list.sort.unsorted": "Unsortiert",
|
|
560
560
|
"kumiko.reference.system-tenant": "System",
|
|
561
|
+
"kumiko.reference.system-user": "System",
|
|
561
562
|
"kumiko.nav.collapse": "Zuklappen",
|
|
562
563
|
"kumiko.nav.expand": "Aufklappen",
|
|
563
564
|
"kumiko.nav.language": "Sprache",
|