@engagently/types 7.5.6 → 7.5.8
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/dist/i18n/i18n.d.ts +3 -3
- package/package.json +1 -1
package/dist/i18n/i18n.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { InitOptions, TFuncKey } from 'i18next';
|
|
2
2
|
import i18n from 'i18next';
|
|
3
3
|
export type TranslationKeys = TFuncKey<[keyof (typeof resources)['en']]>;
|
|
4
|
-
export type Language = 'de' | 'en' | '
|
|
4
|
+
export type Language = 'de' | 'en' | 'sv';
|
|
5
5
|
export declare const defaultResources: {
|
|
6
6
|
de: {
|
|
7
7
|
readonly common: {
|
|
@@ -1216,7 +1216,7 @@ export declare const defaultResources: {
|
|
|
1216
1216
|
};
|
|
1217
1217
|
};
|
|
1218
1218
|
};
|
|
1219
|
-
|
|
1219
|
+
sv: {
|
|
1220
1220
|
readonly common: {
|
|
1221
1221
|
account: {
|
|
1222
1222
|
account: string;
|
|
@@ -3036,7 +3036,7 @@ declare const resources: {
|
|
|
3036
3036
|
};
|
|
3037
3037
|
};
|
|
3038
3038
|
};
|
|
3039
|
-
|
|
3039
|
+
sv: {
|
|
3040
3040
|
readonly common: {
|
|
3041
3041
|
account: {
|
|
3042
3042
|
account: string;
|