@andre1502/react-utilities 0.9.3 → 0.9.4
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/I18n/I18n.js +0 -3
- package/dist/I18n/I18n.js.map +1 -1
- package/dist/{I18n-yXLN_hDO.js → I18n-BXs9DtEN.js} +1 -4
- package/dist/I18n-BXs9DtEN.js.map +1 -0
- package/dist/{I18n-CB7SyXYJ.js → I18n-CrUfKIV0.js} +1 -4
- package/dist/I18n-CrUfKIV0.js.map +1 -0
- package/dist/i18n.cjs +1 -1
- package/dist/i18n.mjs +1 -1
- package/dist/index-rn.cjs +1 -1
- package/dist/index-rn.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/I18n/I18n.ts +0 -4
- package/dist/I18n-CB7SyXYJ.js.map +0 -1
- package/dist/I18n-yXLN_hDO.js.map +0 -1
@@ -3279,13 +3279,10 @@ const initI18n = (initReactI18next, lang, fallbackLang, langCacheExpiredTimeMs,
|
|
3279
3279
|
console.error(`Error when i18n init`, ex);
|
3280
3280
|
return;
|
3281
3281
|
}
|
3282
|
-
setInterval(() => {
|
3283
|
-
instance.reloadResources();
|
3284
|
-
}, langCacheExpiredTimeMs);
|
3285
3282
|
});
|
3286
3283
|
}
|
3287
3284
|
};
|
3288
3285
|
|
3289
3286
|
exports.getV = getV;
|
3290
3287
|
exports.initI18n = initI18n;
|
3291
|
-
//# sourceMappingURL=I18n-
|
3288
|
+
//# sourceMappingURL=I18n-CrUfKIV0.js.map
|