@strapi/i18n 0.0.0-experimental.f9cac24ba3b2f6acb12d0fb5669106e5a134174e → 0.0.0-experimental.fccfa141baa6df7776ec7cb83f7fe923626ba6f5
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-Ce-YIA4X.mjs} +2 -2
- package/dist/_chunks/{SettingsPage-DbRFoF_H.mjs.map → SettingsPage-Ce-YIA4X.mjs.map} +1 -1
- package/dist/_chunks/{SettingsPage-uGJv15wR.js → SettingsPage-nhDLojjb.js} +2 -2
- package/dist/_chunks/{SettingsPage-uGJv15wR.js.map → SettingsPage-nhDLojjb.js.map} +1 -1
- package/dist/_chunks/{index-BGtXLYX-.js → index-DAbvvXN9.js} +2 -5
- package/dist/_chunks/{index-BGtXLYX-.js.map → index-DAbvvXN9.js.map} +1 -1
- package/dist/_chunks/{index-7_EUScSl.mjs → index-Dy4uJV-2.mjs} +2 -5
- package/dist/_chunks/{index-7_EUScSl.mjs.map → index-Dy4uJV-2.mjs.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +8 -8
@@ -1395,9 +1395,6 @@ const localeMiddleware = (ctx) => (next) => (permissions) => {
|
|
1395
1395
|
return next(revisedPermissions);
|
1396
1396
|
};
|
1397
1397
|
const prefixPluginTranslations = (trad, pluginId2) => {
|
1398
|
-
if (!pluginId2) {
|
1399
|
-
throw new TypeError("pluginId can't be empty");
|
1400
|
-
}
|
1401
1398
|
return Object.keys(trad).reduce((acc, current) => {
|
1402
1399
|
acc[`${pluginId2}.${current}`] = trad[current];
|
1403
1400
|
return acc;
|
@@ -1467,7 +1464,7 @@ const index = {
|
|
1467
1464
|
},
|
1468
1465
|
id: "internationalization",
|
1469
1466
|
to: "internationalization",
|
1470
|
-
Component: () => import("./SettingsPage-
|
1467
|
+
Component: () => import("./SettingsPage-Ce-YIA4X.mjs").then((mod) => ({ default: mod.ProtectedSettingsPage })),
|
1471
1468
|
permissions: PERMISSIONS.accessMain
|
1472
1469
|
});
|
1473
1470
|
const contentManager = app.getPlugin("content-manager");
|
@@ -1611,4 +1608,4 @@ export {
|
|
1611
1608
|
index as i,
|
1612
1609
|
useCreateLocaleMutation as u
|
1613
1610
|
};
|
1614
|
-
//# sourceMappingURL=index-
|
1611
|
+
//# sourceMappingURL=index-Dy4uJV-2.mjs.map
|