inline-i18n-multi-next 0.19.0 → 0.20.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 +4 -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, clearLocaleListeners, clearMissingKeyListeners, clearMissingKeys, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getCompletenessRatio, getDictionary, getLoadedLocales, getLocale, getLocaleDisplayName, getMissingKeys, getMissingLocales, getTranslationKeys, hasTranslation, interpolateTemplate, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, onLocaleChange, onMissingKey, parseRichText, registerFormatter, restoreLocale, setLocale, t, tBatch, tRaw, trackMissingKeys, 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, clearLocaleListeners, clearMissingKeyListeners, clearMissingKeys, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getCompletenessRatio, getDictionary, getLoadedLocales, getLocale, getLocaleDisplayName, getMissingKeys, getMissingLocales, getTranslationKeys, hasNamespace, hasTranslation, interpolateTemplate, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, onLocaleChange, onMissingKey, parseRichText, registerFormatter, restoreLocale, setLocale, t, tBatch, tRaw, 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, clearLocaleListeners, clearMissingKeyListeners, clearMissingKeys, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getCompletenessRatio, getDictionary, getLoadedLocales, getLocale, getLocaleDisplayName, getMissingKeys, getMissingLocales, getTranslationKeys, hasTranslation, interpolateTemplate, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, onLocaleChange, onMissingKey, parseRichText, registerFormatter, restoreLocale, setLocale, t, tBatch, tRaw, trackMissingKeys, 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, clearLocaleListeners, clearMissingKeyListeners, clearMissingKeys, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getCompletenessRatio, getDictionary, getLoadedLocales, getLocale, getLocaleDisplayName, getMissingKeys, getMissingLocales, getTranslationKeys, hasNamespace, hasTranslation, interpolateTemplate, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, onLocaleChange, onMissingKey, parseRichText, registerFormatter, restoreLocale, setLocale, t, tBatch, tRaw, trackMissingKeys, useDetectedLocale, useLoadDictionaries, useLocale, useRichText, useScopedT, useT, zh_es } from 'inline-i18n-multi-react';
|
package/dist/client.js
CHANGED
|
@@ -100,6 +100,10 @@ Object.defineProperty(exports, "getTranslationKeys", {
|
|
|
100
100
|
enumerable: true,
|
|
101
101
|
get: function () { return inlineI18nMultiReact.getTranslationKeys; }
|
|
102
102
|
});
|
|
103
|
+
Object.defineProperty(exports, "hasNamespace", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function () { return inlineI18nMultiReact.hasNamespace; }
|
|
106
|
+
});
|
|
103
107
|
Object.defineProperty(exports, "hasTranslation", {
|
|
104
108
|
enumerable: true,
|
|
105
109
|
get: function () { return inlineI18nMultiReact.hasTranslation; }
|
package/dist/client.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { LocaleProvider, RichText, T, clearDictionaries, clearFormatters, clearICUCache, clearLocaleListeners, clearMissingKeyListeners, clearMissingKeys, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getCompletenessRatio, getDictionary, getLoadedLocales, getLocale, getLocaleDisplayName, getMissingKeys, getMissingLocales, getTranslationKeys, hasTranslation, interpolateTemplate, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, onLocaleChange, onMissingKey, parseRichText, registerFormatter, restoreLocale, setLocale, t, tBatch, tRaw, trackMissingKeys, useDetectedLocale, useLoadDictionaries, useLocale, useRichText, useScopedT, useT, zh_es } from 'inline-i18n-multi-react';
|
|
1
|
+
export { LocaleProvider, RichText, T, clearDictionaries, clearFormatters, clearICUCache, clearLocaleListeners, clearMissingKeyListeners, clearMissingKeys, createScope, detectLocale, en_de, en_es, en_fr, en_ja, en_zh, getCompletenessRatio, getDictionary, getLoadedLocales, getLocale, getLocaleDisplayName, getMissingKeys, getMissingLocales, getTranslationKeys, hasNamespace, hasTranslation, interpolateTemplate, isLoaded, it, it_de, it_es, it_fr, it_ja, it_zh, ja_es, ja_zh, loadAsync, loadDictionaries, loadDictionary, onLocaleChange, onMissingKey, parseRichText, registerFormatter, restoreLocale, setLocale, t, tBatch, tRaw, 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.20.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": "0.
|
|
55
|
-
"inline-i18n-multi
|
|
54
|
+
"inline-i18n-multi-react": "0.20.0",
|
|
55
|
+
"inline-i18n-multi": "0.20.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/react": "^19.0.2",
|