@strapi/i18n 5.27.0 → 5.28.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/server/services/ai-localizations.js +28 -0
 - package/dist/server/services/ai-localizations.js.map +1 -0
 - package/dist/server/services/ai-localizations.mjs +26 -0
 - package/dist/server/services/ai-localizations.mjs.map +1 -0
 - package/dist/server/services/index.js +3 -1
 - package/dist/server/services/index.js.map +1 -1
 - package/dist/server/services/index.mjs +3 -1
 - package/dist/server/services/index.mjs.map +1 -1
 - package/dist/server/src/index.d.ts +5 -0
 - package/dist/server/src/index.d.ts.map +1 -1
 - package/dist/server/src/services/ai-localizations.d.ts +8 -0
 - package/dist/server/src/services/ai-localizations.d.ts.map +1 -0
 - package/dist/server/src/services/index.d.ts +5 -0
 - package/dist/server/src/services/index.d.ts.map +1 -1
 - package/package.json +6 -6
 
| 
         @@ -0,0 +1,28 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            'use strict';
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            const createAILocalizationsService = ({ strapi })=>{
         
     | 
| 
      
 4 
     | 
    
         
            +
                return {
         
     | 
| 
      
 5 
     | 
    
         
            +
                    // Async to avoid changing the signature later (there will be a db check in the future)
         
     | 
| 
      
 6 
     | 
    
         
            +
                    async isEnabled () {
         
     | 
| 
      
 7 
     | 
    
         
            +
                        // Check if future flag is enabled
         
     | 
| 
      
 8 
     | 
    
         
            +
                        const isFutureFlagEnabled = strapi.features.future.isEnabled('unstableAILocalizations');
         
     | 
| 
      
 9 
     | 
    
         
            +
                        if (!isFutureFlagEnabled) {
         
     | 
| 
      
 10 
     | 
    
         
            +
                            return false;
         
     | 
| 
      
 11 
     | 
    
         
            +
                        }
         
     | 
| 
      
 12 
     | 
    
         
            +
                        // Check if user disabled AI features globally
         
     | 
| 
      
 13 
     | 
    
         
            +
                        const isAIEnabled = strapi.config.get('admin.ai.enabled', true);
         
     | 
| 
      
 14 
     | 
    
         
            +
                        if (!isAIEnabled) {
         
     | 
| 
      
 15 
     | 
    
         
            +
                            return false;
         
     | 
| 
      
 16 
     | 
    
         
            +
                        }
         
     | 
| 
      
 17 
     | 
    
         
            +
                        // Check if the user's license grants access to AI features
         
     | 
| 
      
 18 
     | 
    
         
            +
                        const hasAccess = strapi.ee.features.isEnabled('cms-ai');
         
     | 
| 
      
 19 
     | 
    
         
            +
                        if (!hasAccess) {
         
     | 
| 
      
 20 
     | 
    
         
            +
                            return false;
         
     | 
| 
      
 21 
     | 
    
         
            +
                        }
         
     | 
| 
      
 22 
     | 
    
         
            +
                        return true;
         
     | 
| 
      
 23 
     | 
    
         
            +
                    }
         
     | 
| 
      
 24 
     | 
    
         
            +
                };
         
     | 
| 
      
 25 
     | 
    
         
            +
            };
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            exports.createAILocalizationsService = createAILocalizationsService;
         
     | 
| 
      
 28 
     | 
    
         
            +
            //# sourceMappingURL=ai-localizations.js.map
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"ai-localizations.js","sources":["../../../server/src/services/ai-localizations.ts"],"sourcesContent":["import type { Core } from '@strapi/types';\n\nconst createAILocalizationsService = ({ strapi }: { strapi: Core.Strapi }) => {\n  return {\n    // Async to avoid changing the signature later (there will be a db check in the future)\n    async isEnabled() {\n      // Check if future flag is enabled\n      const isFutureFlagEnabled = strapi.features.future.isEnabled('unstableAILocalizations');\n      if (!isFutureFlagEnabled) {\n        return false;\n      }\n\n      // Check if user disabled AI features globally\n      const isAIEnabled = strapi.config.get('admin.ai.enabled', true);\n      if (!isAIEnabled) {\n        return false;\n      }\n\n      // Check if the user's license grants access to AI features\n      const hasAccess = strapi.ee.features.isEnabled('cms-ai');\n      if (!hasAccess) {\n        return false;\n      }\n\n      return true;\n    },\n  };\n};\n\nexport { createAILocalizationsService };\n"],"names":["createAILocalizationsService","strapi","isEnabled","isFutureFlagEnabled","features","future","isAIEnabled","config","get","hasAccess","ee"],"mappings":";;AAEA,MAAMA,4BAA+B,GAAA,CAAC,EAAEC,MAAM,EAA2B,GAAA;IACvE,OAAO;;QAEL,MAAMC,SAAAA,CAAAA,GAAAA;;AAEJ,YAAA,MAAMC,sBAAsBF,MAAOG,CAAAA,QAAQ,CAACC,MAAM,CAACH,SAAS,CAAC,yBAAA,CAAA;AAC7D,YAAA,IAAI,CAACC,mBAAqB,EAAA;gBACxB,OAAO,KAAA;AACT;;AAGA,YAAA,MAAMG,cAAcL,MAAOM,CAAAA,MAAM,CAACC,GAAG,CAAC,kBAAoB,EAAA,IAAA,CAAA;AAC1D,YAAA,IAAI,CAACF,WAAa,EAAA;gBAChB,OAAO,KAAA;AACT;;AAGA,YAAA,MAAMG,YAAYR,MAAOS,CAAAA,EAAE,CAACN,QAAQ,CAACF,SAAS,CAAC,QAAA,CAAA;AAC/C,YAAA,IAAI,CAACO,SAAW,EAAA;gBACd,OAAO,KAAA;AACT;YAEA,OAAO,IAAA;AACT;AACF,KAAA;AACF;;;;"}
         
     | 
| 
         @@ -0,0 +1,26 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            const createAILocalizationsService = ({ strapi })=>{
         
     | 
| 
      
 2 
     | 
    
         
            +
                return {
         
     | 
| 
      
 3 
     | 
    
         
            +
                    // Async to avoid changing the signature later (there will be a db check in the future)
         
     | 
| 
      
 4 
     | 
    
         
            +
                    async isEnabled () {
         
     | 
| 
      
 5 
     | 
    
         
            +
                        // Check if future flag is enabled
         
     | 
| 
      
 6 
     | 
    
         
            +
                        const isFutureFlagEnabled = strapi.features.future.isEnabled('unstableAILocalizations');
         
     | 
| 
      
 7 
     | 
    
         
            +
                        if (!isFutureFlagEnabled) {
         
     | 
| 
      
 8 
     | 
    
         
            +
                            return false;
         
     | 
| 
      
 9 
     | 
    
         
            +
                        }
         
     | 
| 
      
 10 
     | 
    
         
            +
                        // Check if user disabled AI features globally
         
     | 
| 
      
 11 
     | 
    
         
            +
                        const isAIEnabled = strapi.config.get('admin.ai.enabled', true);
         
     | 
| 
      
 12 
     | 
    
         
            +
                        if (!isAIEnabled) {
         
     | 
| 
      
 13 
     | 
    
         
            +
                            return false;
         
     | 
| 
      
 14 
     | 
    
         
            +
                        }
         
     | 
| 
      
 15 
     | 
    
         
            +
                        // Check if the user's license grants access to AI features
         
     | 
| 
      
 16 
     | 
    
         
            +
                        const hasAccess = strapi.ee.features.isEnabled('cms-ai');
         
     | 
| 
      
 17 
     | 
    
         
            +
                        if (!hasAccess) {
         
     | 
| 
      
 18 
     | 
    
         
            +
                            return false;
         
     | 
| 
      
 19 
     | 
    
         
            +
                        }
         
     | 
| 
      
 20 
     | 
    
         
            +
                        return true;
         
     | 
| 
      
 21 
     | 
    
         
            +
                    }
         
     | 
| 
      
 22 
     | 
    
         
            +
                };
         
     | 
| 
      
 23 
     | 
    
         
            +
            };
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            export { createAILocalizationsService };
         
     | 
| 
      
 26 
     | 
    
         
            +
            //# sourceMappingURL=ai-localizations.mjs.map
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"ai-localizations.mjs","sources":["../../../server/src/services/ai-localizations.ts"],"sourcesContent":["import type { Core } from '@strapi/types';\n\nconst createAILocalizationsService = ({ strapi }: { strapi: Core.Strapi }) => {\n  return {\n    // Async to avoid changing the signature later (there will be a db check in the future)\n    async isEnabled() {\n      // Check if future flag is enabled\n      const isFutureFlagEnabled = strapi.features.future.isEnabled('unstableAILocalizations');\n      if (!isFutureFlagEnabled) {\n        return false;\n      }\n\n      // Check if user disabled AI features globally\n      const isAIEnabled = strapi.config.get('admin.ai.enabled', true);\n      if (!isAIEnabled) {\n        return false;\n      }\n\n      // Check if the user's license grants access to AI features\n      const hasAccess = strapi.ee.features.isEnabled('cms-ai');\n      if (!hasAccess) {\n        return false;\n      }\n\n      return true;\n    },\n  };\n};\n\nexport { createAILocalizationsService };\n"],"names":["createAILocalizationsService","strapi","isEnabled","isFutureFlagEnabled","features","future","isAIEnabled","config","get","hasAccess","ee"],"mappings":"AAEA,MAAMA,4BAA+B,GAAA,CAAC,EAAEC,MAAM,EAA2B,GAAA;IACvE,OAAO;;QAEL,MAAMC,SAAAA,CAAAA,GAAAA;;AAEJ,YAAA,MAAMC,sBAAsBF,MAAOG,CAAAA,QAAQ,CAACC,MAAM,CAACH,SAAS,CAAC,yBAAA,CAAA;AAC7D,YAAA,IAAI,CAACC,mBAAqB,EAAA;gBACxB,OAAO,KAAA;AACT;;AAGA,YAAA,MAAMG,cAAcL,MAAOM,CAAAA,MAAM,CAACC,GAAG,CAAC,kBAAoB,EAAA,IAAA,CAAA;AAC1D,YAAA,IAAI,CAACF,WAAa,EAAA;gBAChB,OAAO,KAAA;AACT;;AAGA,YAAA,MAAMG,YAAYR,MAAOS,CAAAA,EAAE,CAACN,QAAQ,CAACF,SAAS,CAAC,QAAA,CAAA;AAC/C,YAAA,IAAI,CAACO,SAAW,EAAA;gBACd,OAAO,KAAA;AACT;YAEA,OAAO,IAAA;AACT;AACF,KAAA;AACF;;;;"}
         
     | 
| 
         @@ -7,6 +7,7 @@ var locales = require('./locales.js'); 
     | 
|
| 
       7 
7 
     | 
    
         
             
            var isoLocales = require('./iso-locales.js');
         
     | 
| 
       8 
8 
     | 
    
         
             
            var contentTypes = require('./content-types.js');
         
     | 
| 
       9 
9 
     | 
    
         
             
            var index = require('./sanitize/index.js');
         
     | 
| 
      
 10 
     | 
    
         
            +
            var aiLocalizations = require('./ai-localizations.js');
         
     | 
| 
       10 
11 
     | 
    
         | 
| 
       11 
12 
     | 
    
         
             
            var services = {
         
     | 
| 
       12 
13 
     | 
    
         
             
                permissions,
         
     | 
| 
         @@ -15,7 +16,8 @@ var services = { 
     | 
|
| 
       15 
16 
     | 
    
         
             
                locales,
         
     | 
| 
       16 
17 
     | 
    
         
             
                sanitize: index,
         
     | 
| 
       17 
18 
     | 
    
         
             
                'iso-locales': isoLocales,
         
     | 
| 
       18 
     | 
    
         
            -
                'content-types': contentTypes
         
     | 
| 
      
 19 
     | 
    
         
            +
                'content-types': contentTypes,
         
     | 
| 
      
 20 
     | 
    
         
            +
                aiLocalizations: aiLocalizations.createAILocalizationsService
         
     | 
| 
       19 
21 
     | 
    
         
             
            };
         
     | 
| 
       20 
22 
     | 
    
         | 
| 
       21 
23 
     | 
    
         
             
            module.exports = services;
         
     | 
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"index.js","sources":["../../../server/src/services/index.ts"],"sourcesContent":["import permissions from './permissions';\nimport metrics from './metrics';\nimport localizations from './localizations';\nimport locales from './locales';\nimport isoLocales from './iso-locales';\nimport contentTypes from './content-types';\nimport sanitize from './sanitize';\n\nexport default {\n  permissions,\n  metrics,\n  localizations,\n  locales,\n  sanitize,\n  'iso-locales': isoLocales,\n  'content-types': contentTypes,\n};\n"],"names":["permissions","metrics","localizations","locales","sanitize","isoLocales","contentTypes"],"mappings":" 
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"index.js","sources":["../../../server/src/services/index.ts"],"sourcesContent":["import permissions from './permissions';\nimport metrics from './metrics';\nimport localizations from './localizations';\nimport locales from './locales';\nimport isoLocales from './iso-locales';\nimport contentTypes from './content-types';\nimport sanitize from './sanitize';\nimport { createAILocalizationsService } from './ai-localizations';\n\nexport default {\n  permissions,\n  metrics,\n  localizations,\n  locales,\n  sanitize,\n  'iso-locales': isoLocales,\n  'content-types': contentTypes,\n  aiLocalizations: createAILocalizationsService,\n};\n"],"names":["permissions","metrics","localizations","locales","sanitize","isoLocales","contentTypes","aiLocalizations","createAILocalizationsService"],"mappings":";;;;;;;;;;;AASA,eAAe;AACbA,IAAAA,WAAAA;AACAC,IAAAA,OAAAA;AACAC,IAAAA,aAAAA;AACAC,IAAAA,OAAAA;AACAC,cAAAA,KAAAA;IACA,aAAeC,EAAAA,UAAAA;IACf,eAAiBC,EAAAA,YAAAA;IACjBC,eAAiBC,EAAAA;AACnB,CAAE;;;;"}
         
     | 
| 
         @@ -5,6 +5,7 @@ import locales from './locales.mjs'; 
     | 
|
| 
       5 
5 
     | 
    
         
             
            import isoLocalesService from './iso-locales.mjs';
         
     | 
| 
       6 
6 
     | 
    
         
             
            import contentTypes from './content-types.mjs';
         
     | 
| 
       7 
7 
     | 
    
         
             
            import sanitize from './sanitize/index.mjs';
         
     | 
| 
      
 8 
     | 
    
         
            +
            import { createAILocalizationsService } from './ai-localizations.mjs';
         
     | 
| 
       8 
9 
     | 
    
         | 
| 
       9 
10 
     | 
    
         
             
            var services = {
         
     | 
| 
       10 
11 
     | 
    
         
             
                permissions,
         
     | 
| 
         @@ -13,7 +14,8 @@ var services = { 
     | 
|
| 
       13 
14 
     | 
    
         
             
                locales,
         
     | 
| 
       14 
15 
     | 
    
         
             
                sanitize,
         
     | 
| 
       15 
16 
     | 
    
         
             
                'iso-locales': isoLocalesService,
         
     | 
| 
       16 
     | 
    
         
            -
                'content-types': contentTypes
         
     | 
| 
      
 17 
     | 
    
         
            +
                'content-types': contentTypes,
         
     | 
| 
      
 18 
     | 
    
         
            +
                aiLocalizations: createAILocalizationsService
         
     | 
| 
       17 
19 
     | 
    
         
             
            };
         
     | 
| 
       18 
20 
     | 
    
         | 
| 
       19 
21 
     | 
    
         
             
            export { services as default };
         
     | 
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"index.mjs","sources":["../../../server/src/services/index.ts"],"sourcesContent":["import permissions from './permissions';\nimport metrics from './metrics';\nimport localizations from './localizations';\nimport locales from './locales';\nimport isoLocales from './iso-locales';\nimport contentTypes from './content-types';\nimport sanitize from './sanitize';\n\nexport default {\n  permissions,\n  metrics,\n  localizations,\n  locales,\n  sanitize,\n  'iso-locales': isoLocales,\n  'content-types': contentTypes,\n};\n"],"names":["permissions","metrics","localizations","locales","sanitize","isoLocales","contentTypes"],"mappings":" 
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"index.mjs","sources":["../../../server/src/services/index.ts"],"sourcesContent":["import permissions from './permissions';\nimport metrics from './metrics';\nimport localizations from './localizations';\nimport locales from './locales';\nimport isoLocales from './iso-locales';\nimport contentTypes from './content-types';\nimport sanitize from './sanitize';\nimport { createAILocalizationsService } from './ai-localizations';\n\nexport default {\n  permissions,\n  metrics,\n  localizations,\n  locales,\n  sanitize,\n  'iso-locales': isoLocales,\n  'content-types': contentTypes,\n  aiLocalizations: createAILocalizationsService,\n};\n"],"names":["permissions","metrics","localizations","locales","sanitize","isoLocales","contentTypes","aiLocalizations","createAILocalizationsService"],"mappings":";;;;;;;;;AASA,eAAe;AACbA,IAAAA,WAAAA;AACAC,IAAAA,OAAAA;AACAC,IAAAA,aAAAA;AACAC,IAAAA,OAAAA;AACAC,IAAAA,QAAAA;IACA,aAAeC,EAAAA,iBAAAA;IACf,eAAiBC,EAAAA,YAAAA;IACjBC,eAAiBC,EAAAA;AACnB,CAAE;;;;"}
         
     | 
| 
         @@ -146,6 +146,11 @@ declare const _default: () => { 
     | 
|
| 
       146 
146 
     | 
    
         
             
                        fillNonLocalizedAttributes: (entry: any, relatedEntry: any, { model }: any) => void;
         
     | 
| 
       147 
147 
     | 
    
         
             
                        getNestedPopulateOfNonLocalizedAttributes: (modelUID: any) => string[];
         
     | 
| 
       148 
148 
     | 
    
         
             
                    };
         
     | 
| 
      
 149 
     | 
    
         
            +
                    aiLocalizations: ({ strapi }: {
         
     | 
| 
      
 150 
     | 
    
         
            +
                        strapi: import("@strapi/types/dist/core").Strapi;
         
     | 
| 
      
 151 
     | 
    
         
            +
                    }) => {
         
     | 
| 
      
 152 
     | 
    
         
            +
                        isEnabled(): Promise<boolean>;
         
     | 
| 
      
 153 
     | 
    
         
            +
                    };
         
     | 
| 
       149 
154 
     | 
    
         
             
                };
         
     | 
| 
       150 
155 
     | 
    
         
             
            };
         
     | 
| 
       151 
156 
     | 
    
         
             
            export default _default;
         
     | 
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../server/src/index.ts"],"names":[],"mappings":" 
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../server/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,wBAOG"}
         
     | 
| 
         @@ -0,0 +1,8 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import type { Core } from '@strapi/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
            declare const createAILocalizationsService: ({ strapi }: {
         
     | 
| 
      
 3 
     | 
    
         
            +
                strapi: Core.Strapi;
         
     | 
| 
      
 4 
     | 
    
         
            +
            }) => {
         
     | 
| 
      
 5 
     | 
    
         
            +
                isEnabled(): Promise<boolean>;
         
     | 
| 
      
 6 
     | 
    
         
            +
            };
         
     | 
| 
      
 7 
     | 
    
         
            +
            export { createAILocalizationsService };
         
     | 
| 
      
 8 
     | 
    
         
            +
            //# sourceMappingURL=ai-localizations.d.ts.map
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"ai-localizations.d.ts","sourceRoot":"","sources":["../../../../server/src/services/ai-localizations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,QAAA,MAAM,4BAA4B,eAAgB;IAAE,MAAM,EAAE,KAAK,MAAM,CAAA;CAAE;;CAyBxE,CAAC;AAEF,OAAO,EAAE,4BAA4B,EAAE,CAAC"}
         
     | 
| 
         @@ -76,6 +76,11 @@ declare const _default: { 
     | 
|
| 
       76 
76 
     | 
    
         
             
                    fillNonLocalizedAttributes: (entry: any, relatedEntry: any, { model }: any) => void;
         
     | 
| 
       77 
77 
     | 
    
         
             
                    getNestedPopulateOfNonLocalizedAttributes: (modelUID: any) => string[];
         
     | 
| 
       78 
78 
     | 
    
         
             
                };
         
     | 
| 
      
 79 
     | 
    
         
            +
                aiLocalizations: ({ strapi }: {
         
     | 
| 
      
 80 
     | 
    
         
            +
                    strapi: import("@strapi/types/dist/core").Strapi;
         
     | 
| 
      
 81 
     | 
    
         
            +
                }) => {
         
     | 
| 
      
 82 
     | 
    
         
            +
                    isEnabled(): Promise<boolean>;
         
     | 
| 
      
 83 
     | 
    
         
            +
                };
         
     | 
| 
       79 
84 
     | 
    
         
             
            };
         
     | 
| 
       80 
85 
     | 
    
         
             
            export default _default;
         
     | 
| 
       81 
86 
     | 
    
         
             
            //# sourceMappingURL=index.d.ts.map
         
     | 
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../server/src/services/index.ts"],"names":[],"mappings":" 
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../server/src/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASA,wBASE"}
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@strapi/i18n",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "5. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "5.28.0",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Create read and update content in different languages, both from the Admin Panel and from the API",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "repository": {
         
     | 
| 
       6 
6 
     | 
    
         
             
                "type": "git",
         
     | 
| 
         @@ -59,7 +59,7 @@ 
     | 
|
| 
       59 
59 
     | 
    
         
             
                "@reduxjs/toolkit": "1.9.7",
         
     | 
| 
       60 
60 
     | 
    
         
             
                "@strapi/design-system": "2.0.0-rc.30",
         
     | 
| 
       61 
61 
     | 
    
         
             
                "@strapi/icons": "2.0.0-rc.30",
         
     | 
| 
       62 
     | 
    
         
            -
                "@strapi/utils": "5. 
     | 
| 
      
 62 
     | 
    
         
            +
                "@strapi/utils": "5.28.0",
         
     | 
| 
       63 
63 
     | 
    
         
             
                "lodash": "4.17.21",
         
     | 
| 
       64 
64 
     | 
    
         
             
                "qs": "6.11.1",
         
     | 
| 
       65 
65 
     | 
    
         
             
                "react-intl": "6.6.2",
         
     | 
| 
         @@ -68,10 +68,10 @@ 
     | 
|
| 
       68 
68 
     | 
    
         
             
                "zod": "3.25.67"
         
     | 
| 
       69 
69 
     | 
    
         
             
              },
         
     | 
| 
       70 
70 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       71 
     | 
    
         
            -
                "@strapi/admin": "5. 
     | 
| 
       72 
     | 
    
         
            -
                "@strapi/admin-test-utils": "5. 
     | 
| 
       73 
     | 
    
         
            -
                "@strapi/content-manager": "5. 
     | 
| 
       74 
     | 
    
         
            -
                "@strapi/types": "5. 
     | 
| 
      
 71 
     | 
    
         
            +
                "@strapi/admin": "5.28.0",
         
     | 
| 
      
 72 
     | 
    
         
            +
                "@strapi/admin-test-utils": "5.28.0",
         
     | 
| 
      
 73 
     | 
    
         
            +
                "@strapi/content-manager": "5.28.0",
         
     | 
| 
      
 74 
     | 
    
         
            +
                "@strapi/types": "5.28.0",
         
     | 
| 
       75 
75 
     | 
    
         
             
                "@testing-library/react": "15.0.7",
         
     | 
| 
       76 
76 
     | 
    
         
             
                "@testing-library/user-event": "14.5.2",
         
     | 
| 
       77 
77 
     | 
    
         
             
                "msw": "1.3.0",
         
     |