inline-i18n-multi-next 0.9.0 → 0.11.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/client.d.mts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +20 -0
- package/dist/client.mjs +1 -1
- package/package.json +3 -3
package/dist/client.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { CustomFormatter, DetectLocaleOptions, DetectSource, Dictionaries, Dictionary, Locale, LocaleProvider, PluralRules, RichText, RichTextSegment, T, TranslationVars, Translations, clearDictionaries, clearFormatters, clearICUCache, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getDictionary, getLoadedLocales, getLocale, hasTranslation, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, parseRichText, registerFormatter, restoreLocale, setLocale, t, useDetectedLocale, useLoadDictionaries, useLocale, useRichText, useScopedT, useT, zh_es } from 'inline-i18n-multi-react';
|
|
1
|
+
export { CustomFormatter, DetectLocaleOptions, DetectSource, Dictionaries, Dictionary, Locale, LocaleProvider, PluralRules, RichText, RichTextSegment, T, TranslationVars, Translations, clearDictionaries, clearFormatters, clearICUCache, clearMissingKeys, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getDictionary, getLoadedLocales, getLocale, getLocaleDisplayName, getMissingKeys, getTranslationKeys, hasTranslation, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, parseRichText, registerFormatter, restoreLocale, setLocale, t, trackMissingKeys, useDetectedLocale, useLoadDictionaries, useLocale, useRichText, useScopedT, useT, zh_es } from 'inline-i18n-multi-react';
|
package/dist/client.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { CustomFormatter, DetectLocaleOptions, DetectSource, Dictionaries, Dictionary, Locale, LocaleProvider, PluralRules, RichText, RichTextSegment, T, TranslationVars, Translations, clearDictionaries, clearFormatters, clearICUCache, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getDictionary, getLoadedLocales, getLocale, hasTranslation, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, parseRichText, registerFormatter, restoreLocale, setLocale, t, useDetectedLocale, useLoadDictionaries, useLocale, useRichText, useScopedT, useT, zh_es } from 'inline-i18n-multi-react';
|
|
1
|
+
export { CustomFormatter, DetectLocaleOptions, DetectSource, Dictionaries, Dictionary, Locale, LocaleProvider, PluralRules, RichText, RichTextSegment, T, TranslationVars, Translations, clearDictionaries, clearFormatters, clearICUCache, clearMissingKeys, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getDictionary, getLoadedLocales, getLocale, getLocaleDisplayName, getMissingKeys, getTranslationKeys, hasTranslation, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, parseRichText, registerFormatter, restoreLocale, setLocale, t, trackMissingKeys, useDetectedLocale, useLoadDictionaries, useLocale, useRichText, useScopedT, useT, zh_es } from 'inline-i18n-multi-react';
|
package/dist/client.js
CHANGED
|
@@ -28,6 +28,10 @@ Object.defineProperty(exports, "clearICUCache", {
|
|
|
28
28
|
enumerable: true,
|
|
29
29
|
get: function () { return inlineI18nMultiReact.clearICUCache; }
|
|
30
30
|
});
|
|
31
|
+
Object.defineProperty(exports, "clearMissingKeys", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return inlineI18nMultiReact.clearMissingKeys; }
|
|
34
|
+
});
|
|
31
35
|
Object.defineProperty(exports, "createScope", {
|
|
32
36
|
enumerable: true,
|
|
33
37
|
get: function () { return inlineI18nMultiReact.createScope; }
|
|
@@ -68,6 +72,18 @@ Object.defineProperty(exports, "getLocale", {
|
|
|
68
72
|
enumerable: true,
|
|
69
73
|
get: function () { return inlineI18nMultiReact.getLocale; }
|
|
70
74
|
});
|
|
75
|
+
Object.defineProperty(exports, "getLocaleDisplayName", {
|
|
76
|
+
enumerable: true,
|
|
77
|
+
get: function () { return inlineI18nMultiReact.getLocaleDisplayName; }
|
|
78
|
+
});
|
|
79
|
+
Object.defineProperty(exports, "getMissingKeys", {
|
|
80
|
+
enumerable: true,
|
|
81
|
+
get: function () { return inlineI18nMultiReact.getMissingKeys; }
|
|
82
|
+
});
|
|
83
|
+
Object.defineProperty(exports, "getTranslationKeys", {
|
|
84
|
+
enumerable: true,
|
|
85
|
+
get: function () { return inlineI18nMultiReact.getTranslationKeys; }
|
|
86
|
+
});
|
|
71
87
|
Object.defineProperty(exports, "hasTranslation", {
|
|
72
88
|
enumerable: true,
|
|
73
89
|
get: function () { return inlineI18nMultiReact.hasTranslation; }
|
|
@@ -140,6 +156,10 @@ Object.defineProperty(exports, "t", {
|
|
|
140
156
|
enumerable: true,
|
|
141
157
|
get: function () { return inlineI18nMultiReact.t; }
|
|
142
158
|
});
|
|
159
|
+
Object.defineProperty(exports, "trackMissingKeys", {
|
|
160
|
+
enumerable: true,
|
|
161
|
+
get: function () { return inlineI18nMultiReact.trackMissingKeys; }
|
|
162
|
+
});
|
|
143
163
|
Object.defineProperty(exports, "useDetectedLocale", {
|
|
144
164
|
enumerable: true,
|
|
145
165
|
get: function () { return inlineI18nMultiReact.useDetectedLocale; }
|
package/dist/client.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { LocaleProvider, RichText, T, clearDictionaries, clearFormatters, clearICUCache, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getDictionary, getLoadedLocales, getLocale, hasTranslation, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, parseRichText, registerFormatter, restoreLocale, setLocale, t, useDetectedLocale, useLoadDictionaries, useLocale, useRichText, useScopedT, useT, zh_es } from 'inline-i18n-multi-react';
|
|
1
|
+
export { LocaleProvider, RichText, T, clearDictionaries, clearFormatters, clearICUCache, clearMissingKeys, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getDictionary, getLoadedLocales, getLocale, getLocaleDisplayName, getMissingKeys, getTranslationKeys, hasTranslation, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, parseRichText, registerFormatter, restoreLocale, setLocale, t, trackMissingKeys, useDetectedLocale, useLoadDictionaries, useLocale, useRichText, useScopedT, useT, zh_es } from 'inline-i18n-multi-react';
|
|
2
2
|
//# sourceMappingURL=client.mjs.map
|
|
3
3
|
//# sourceMappingURL=client.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "inline-i18n-multi-next",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "Next.js integration for inline-i18n-multi",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"react": "^18.0.0 || ^19.0.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"inline-i18n-multi
|
|
55
|
-
"inline-i18n-multi": "0.
|
|
54
|
+
"inline-i18n-multi": "0.11.0",
|
|
55
|
+
"inline-i18n-multi-react": "0.11.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/react": "^19.0.2",
|