i18n-keyless-core 1.15.2 → 1.16.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/dist/package.json +1 -1
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/package.json
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type PrimaryLang = "fr" | "en";
|
|
2
|
-
export type Lang = "fr" | "en" | "nl" | "it" | "de" | "es" | "pl" | "pt" | "ro" | "hu" | "sv" | "tr" | "ja" | "cn" | "ru" | "ko" | "ar";
|
|
2
|
+
export type Lang = "fr" | "en" | "nl" | "it" | "de" | "es" | "pl" | "pt" | "ro" | "hu" | "sv" | "tr" | "ja" | "cn" | "cz" | "ru" | "ko" | "ar";
|
|
3
3
|
/**
|
|
4
4
|
* The translations for a key
|
|
5
5
|
* { "un text": "a text" }
|
|
@@ -35,7 +35,7 @@ export type LanguagesConfig = {
|
|
|
35
35
|
/**
|
|
36
36
|
* the languages supported for the user.
|
|
37
37
|
* For now we support:
|
|
38
|
-
* fr, nl, it, de, es, pl, pt, ro, hu, sv, tr, ja, cn, ru, ko, ar
|
|
38
|
+
* fr, nl, it, de, es, pl, pt, ro, hu, sv, tr, ja, cn, cz, ru, ko, ar
|
|
39
39
|
*
|
|
40
40
|
* If you need more, please reach out to @ambroselli_io on X/Twitter or by mail at arnaud.ambroselli.io@gmail.com
|
|
41
41
|
*/
|