@strapi/i18n 5.0.1 → 5.0.2-beta.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/_chunks/{SettingsPage-DbRFoF_H.mjs → SettingsPage-C1rkd51Z.mjs} +2 -2
- package/dist/_chunks/{SettingsPage-DbRFoF_H.mjs.map → SettingsPage-C1rkd51Z.mjs.map} +1 -1
- package/dist/_chunks/{SettingsPage-uGJv15wR.js → SettingsPage-m3FyiYwx.js} +2 -2
- package/dist/_chunks/{SettingsPage-uGJv15wR.js.map → SettingsPage-m3FyiYwx.js.map} +1 -1
- package/dist/_chunks/{en-Dk9At9_Z.js → en-BKBz3tro.js} +3 -3
- package/dist/_chunks/en-BKBz3tro.js.map +1 -0
- package/dist/_chunks/{en-BYRZFDBV.mjs → en-DlXfy6Gy.mjs} +3 -3
- package/dist/_chunks/en-DlXfy6Gy.mjs.map +1 -0
- package/dist/_chunks/{index-7_EUScSl.mjs → index-CWzOQkiv.mjs} +3 -3
- package/dist/_chunks/{index-7_EUScSl.mjs.map → index-CWzOQkiv.mjs.map} +1 -1
- package/dist/_chunks/{index-BGtXLYX-.js → index-CaRhsPTY.js} +3 -3
- package/dist/_chunks/{index-BGtXLYX-.js.map → index-CaRhsPTY.js.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +7 -7
- package/dist/_chunks/en-BYRZFDBV.mjs.map +0 -1
- package/dist/_chunks/en-Dk9At9_Z.js.map +0 -1
@@ -1491,7 +1491,7 @@ const index = {
|
|
1491
1491
|
},
|
1492
1492
|
id: "internationalization",
|
1493
1493
|
to: "internationalization",
|
1494
|
-
Component: () => Promise.resolve().then(() => require("./SettingsPage-
|
1494
|
+
Component: () => Promise.resolve().then(() => require("./SettingsPage-m3FyiYwx.js")).then((mod) => ({ default: mod.ProtectedSettingsPage })),
|
1495
1495
|
permissions: PERMISSIONS.accessMain
|
1496
1496
|
});
|
1497
1497
|
const contentManager = app.getPlugin("content-manager");
|
@@ -1609,7 +1609,7 @@ const index = {
|
|
1609
1609
|
async registerTrads({ locales }) {
|
1610
1610
|
const importedTrads = await Promise.all(
|
1611
1611
|
locales.map((locale) => {
|
1612
|
-
return __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "./translations/de.json": () => Promise.resolve().then(() => require("./de-DtWiGdHl.js")), "./translations/dk.json": () => Promise.resolve().then(() => require("./dk-D8C-casx.js")), "./translations/en.json": () => Promise.resolve().then(() => require("./en-
|
1612
|
+
return __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "./translations/de.json": () => Promise.resolve().then(() => require("./de-DtWiGdHl.js")), "./translations/dk.json": () => Promise.resolve().then(() => require("./dk-D8C-casx.js")), "./translations/en.json": () => Promise.resolve().then(() => require("./en-BKBz3tro.js")), "./translations/es.json": () => Promise.resolve().then(() => require("./es-DS-XFGSw.js")), "./translations/fr.json": () => Promise.resolve().then(() => require("./fr-BTjekDpq.js")), "./translations/ko.json": () => Promise.resolve().then(() => require("./ko-DmcGUBQ3.js")), "./translations/pl.json": () => Promise.resolve().then(() => require("./pl-Cn5RYonZ.js")), "./translations/ru.json": () => Promise.resolve().then(() => require("./ru-BMBgVL3s.js")), "./translations/tr.json": () => Promise.resolve().then(() => require("./tr-CarUU76c.js")), "./translations/zh-Hans.json": () => Promise.resolve().then(() => require("./zh-Hans-DSHIXAa3.js")), "./translations/zh.json": () => Promise.resolve().then(() => require("./zh-CukOviB0.js")) }), `./translations/${locale}.json`).then(({ default: data }) => {
|
1613
1613
|
return {
|
1614
1614
|
data: prefixPluginTranslations(data, pluginId),
|
1615
1615
|
locale
|
@@ -1633,4 +1633,4 @@ exports.useDeleteLocaleMutation = useDeleteLocaleMutation;
|
|
1633
1633
|
exports.useGetDefaultLocalesQuery = useGetDefaultLocalesQuery;
|
1634
1634
|
exports.useGetLocalesQuery = useGetLocalesQuery;
|
1635
1635
|
exports.useUpdateLocaleMutation = useUpdateLocaleMutation;
|
1636
|
-
//# sourceMappingURL=index-
|
1636
|
+
//# sourceMappingURL=index-CaRhsPTY.js.map
|