@strapi/i18n 0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5 → 0.0.0-experimental.fd379e4937e431407d784eaa5fe7f93cf2a53386
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-Ce-YIA4X.mjs → SettingsPage-D_53Ao8I.mjs} +2 -2
- package/dist/_chunks/{SettingsPage-Ce-YIA4X.mjs.map → SettingsPage-D_53Ao8I.mjs.map} +1 -1
- package/dist/_chunks/{SettingsPage-nhDLojjb.js → SettingsPage-Z94BBMrV.js} +2 -2
- package/dist/_chunks/{SettingsPage-nhDLojjb.js.map → SettingsPage-Z94BBMrV.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-Dy4uJV-2.mjs → index-BGhYo_Rs.mjs} +3 -3
- package/dist/_chunks/{index-Dy4uJV-2.mjs.map → index-BGhYo_Rs.mjs.map} +1 -1
- package/dist/_chunks/{index-DAbvvXN9.js → index-BOvOaxo-.js} +3 -3
- package/dist/_chunks/{index-DAbvvXN9.js.map → index-BOvOaxo-.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
@@ -1488,7 +1488,7 @@ const index = {
|
|
1488
1488
|
},
|
1489
1489
|
id: "internationalization",
|
1490
1490
|
to: "internationalization",
|
1491
|
-
Component: () => Promise.resolve().then(() => require("./SettingsPage-
|
1491
|
+
Component: () => Promise.resolve().then(() => require("./SettingsPage-Z94BBMrV.js")).then((mod) => ({ default: mod.ProtectedSettingsPage })),
|
1492
1492
|
permissions: PERMISSIONS.accessMain
|
1493
1493
|
});
|
1494
1494
|
const contentManager = app.getPlugin("content-manager");
|
@@ -1606,7 +1606,7 @@ const index = {
|
|
1606
1606
|
async registerTrads({ locales }) {
|
1607
1607
|
const importedTrads = await Promise.all(
|
1608
1608
|
locales.map((locale) => {
|
1609
|
-
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-
|
1609
|
+
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 }) => {
|
1610
1610
|
return {
|
1611
1611
|
data: prefixPluginTranslations(data, pluginId),
|
1612
1612
|
locale
|
@@ -1630,4 +1630,4 @@ exports.useDeleteLocaleMutation = useDeleteLocaleMutation;
|
|
1630
1630
|
exports.useGetDefaultLocalesQuery = useGetDefaultLocalesQuery;
|
1631
1631
|
exports.useGetLocalesQuery = useGetLocalesQuery;
|
1632
1632
|
exports.useUpdateLocaleMutation = useUpdateLocaleMutation;
|
1633
|
-
//# sourceMappingURL=index-
|
1633
|
+
//# sourceMappingURL=index-BOvOaxo-.js.map
|