@engagently/types 7.5.5 → 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.
@@ -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' | 'se';
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
- se: {
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
- se: {
3039
+ sv: {
3040
3040
  readonly common: {
3041
3041
  account: {
3042
3042
  account: string;
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "main": "./index.ts",
15
15
  "name": "@engagently/types",
16
16
  "types": "dist/types/engagently.d.ts",
17
- "version": "7.5.5",
17
+ "version": "7.5.8",
18
18
  "scripts": {
19
19
  "build": "vite build",
20
20
  "clean": "rimraf dist"