@zextras/carbonio-shell-ui 0.4.35 → 0.4.36
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/CHANGELOG.md +2 -0
- package/dist/PKGBUILD +7 -7
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/i18n/de.json +0 -28
- package/dist/i18n/es.json +0 -28
- package/dist/i18n/fr.json +3 -35
- package/dist/i18n/hi.json +0 -29
- package/dist/i18n/id.json +0 -28
- package/dist/i18n/it.json +3 -50
- package/dist/i18n/ja.json +0 -28
- package/dist/i18n/nl.json +0 -26
- package/dist/i18n/pl.json +2 -34
- package/dist/i18n/pt.json +0 -28
- package/dist/i18n/pt_BR.json +0 -28
- package/dist/i18n/ru.json +5 -59
- package/dist/i18n/th.json +0 -28
- package/dist/i18n/tr.json +3 -43
- package/dist/i18n/zh_Hans.json +0 -28
- package/dist/index.html +3 -3
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.52c78862.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.23ee1675.chunk.js} +2 -2
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.52c78862.chunk.js.map → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.23ee1675.chunk.js.map} +1 -1
- package/dist/{src_workers_folder_ts.2339d8c8.chunk.js → src_workers_folder_ts.c4493082.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.2339d8c8.chunk.js.map → src_workers_folder_ts.c4493082.chunk.js.map} +1 -1
- package/dist/{src_workers_tag_ts.dcf0dec1.chunk.js → src_workers_tag_ts.ac0835de.chunk.js} +2 -2
- package/dist/{src_workers_tag_ts.dcf0dec1.chunk.js.map → src_workers_tag_ts.ac0835de.chunk.js.map} +1 -1
- package/dist/{style.f36fc042.css → style.84d4c806.css} +29 -29
- package/dist/{style.f36fc042.css.map → style.84d4c806.css.map} +1 -1
- package/dist/zapp-shell.bundle.js +2 -2
- package/dist/zapp-shell.bundle.js.map +1 -1
- package/package.json +1 -1
|
@@ -2071,7 +2071,7 @@ var I18nFactory = /*#__PURE__*/function () {
|
|
|
2071
2071
|
}
|
|
2072
2072
|
|
|
2073
2073
|
var newI18n = i18next__WEBPACK_IMPORTED_MODULE_7__["default"].createInstance();
|
|
2074
|
-
var baseI18nPath = appPkgDescription.name === _constants__WEBPACK_IMPORTED_MODULE_11__.SHELL_APP_ID ? "/static/iris/carbonio-shell-ui/
|
|
2074
|
+
var baseI18nPath = appPkgDescription.name === _constants__WEBPACK_IMPORTED_MODULE_11__.SHELL_APP_ID ? "/static/iris/carbonio-shell-ui/dea498738f5819fbea27652b76f77ef163403b1f/" : (0,lodash__WEBPACK_IMPORTED_MODULE_9__.dropRight)(appPkgDescription.js_entrypoint.split('/')).join('/');
|
|
2075
2075
|
newI18n // load translation using http -> see /public/locales (i.e. https://github.com/i18next/react-i18next/tree/master/example/react/public/locales)
|
|
2076
2076
|
// learn more: https://github.com/i18next/i18next-http-backend
|
|
2077
2077
|
.use(i18next_http_backend__WEBPACK_IMPORTED_MODULE_8__["default"]) // detect user language
|
|
@@ -16143,4 +16143,4 @@ webpackContext.id = "./node_modules/moment/locale sync recursive ^\\.\\/.*$";
|
|
|
16143
16143
|
/***/ })
|
|
16144
16144
|
|
|
16145
16145
|
}]);
|
|
16146
|
-
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.
|
|
16146
|
+
//# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.23ee1675.chunk.js.map
|