@andre1502/react-utilities 0.9.6 → 0.9.7
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 +4 -0
- package/dist/I18n/I18n.js.map +1 -1
- package/dist/{I18n-DmYkVPZM.js → I18n-BIBLVzaQ.js} +6 -1
- package/dist/{I18n-DmYkVPZM.js.map → I18n-BIBLVzaQ.js.map} +1 -1
- package/dist/{I18n-zYe_O_Pr.js → I18n-tdxuTc45.js} +6 -1
- package/dist/{I18n-zYe_O_Pr.js.map → I18n-tdxuTc45.js.map} +1 -1
- 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 +5 -0
@@ -3290,6 +3290,11 @@ const initI18n = _ref => {
|
|
3290
3290
|
bindI18nStore: 'added' // this way, when the HttpBackend delivers new translations (thanks to refreshAndUpdateStore), the UI gets updated
|
3291
3291
|
}
|
3292
3292
|
};
|
3293
|
+
} else {
|
3294
|
+
config = {
|
3295
|
+
...config,
|
3296
|
+
resources: resources
|
3297
|
+
};
|
3293
3298
|
}
|
3294
3299
|
if (!instance.isInitialized) {
|
3295
3300
|
let i18n = instance;
|
@@ -3308,4 +3313,4 @@ const initI18n = _ref => {
|
|
3308
3313
|
|
3309
3314
|
exports.getV = getV;
|
3310
3315
|
exports.initI18n = initI18n;
|
3311
|
-
//# sourceMappingURL=I18n-
|
3316
|
+
//# sourceMappingURL=I18n-tdxuTc45.js.map
|