@sendity/client 0.1.9 → 0.1.11

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,5 +1,5 @@
1
1
  import { type SendityI18n } from './sendity.en';
2
- export declare const supportedLangs: readonly ["en", "de", "fr", "es", "it", "pl", "cs", "da", "nl", "hr", "el", "tr", "de-he"];
2
+ export declare const supportedLangs: readonly ["en", "de", "fr", "es", "it", "pl", "cs", "da", "nl", "hr", "el", "tr", "de-he", "ru", "sv", "pt", "sl", "sk", "sq", "hy", "sr", "lt", "lv", "et", "fi", "ar", "he", "ja", "ko", "zh"];
3
3
  export type Lang = (typeof supportedLangs)[number];
4
4
  export declare function isSupportedLang(lang: string): lang is Lang;
5
5
  export declare function normalizeLang(lang: string | undefined): Lang | null;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const ar: SendityI18n;
3
+ export default ar;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const et: SendityI18n;
3
+ export default et;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const fi: SendityI18n;
3
+ export default fi;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const he: SendityI18n;
3
+ export default he;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const hy: SendityI18n;
3
+ export default hy;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const ja: SendityI18n;
3
+ export default ja;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const ko: SendityI18n;
3
+ export default ko;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const lt: SendityI18n;
3
+ export default lt;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const lv: SendityI18n;
3
+ export default lv;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const pt: SendityI18n;
3
+ export default pt;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const ru: SendityI18n;
3
+ export default ru;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const sk: SendityI18n;
3
+ export default sk;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const sl: SendityI18n;
3
+ export default sl;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const sq: SendityI18n;
3
+ export default sq;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const sr: SendityI18n;
3
+ export default sr;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const sv: SendityI18n;
3
+ export default sv;
@@ -0,0 +1,3 @@
1
+ import type { SendityI18n } from './sendity.en';
2
+ declare const zh: SendityI18n;
3
+ export default zh;