@commercetools-frontend/i18n 27.5.3 → 27.5.4
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/commercetools-frontend-i18n.cjs.dev.js +161 -141
- package/dist/commercetools-frontend-i18n.cjs.prod.js +161 -141
- package/dist/commercetools-frontend-i18n.esm.js +6 -6
- package/dist/{de-DQaiydM3.cjs.dev.js → de-66d8cf42.cjs.dev.js} +1 -1
- package/dist/{de-DQaiydM3.cjs.prod.js → de-8ed30516.cjs.prod.js} +1 -1
- package/dist/{en-CgrcN_gy.cjs.dev.js → en-096abbf0.cjs.dev.js} +1 -1
- package/dist/{en-CgrcN_gy.cjs.prod.js → en-b6207b55.cjs.prod.js} +1 -1
- package/dist/{es-BEIVCrBY.cjs.dev.js → es-4e559896.cjs.prod.js} +1 -1
- package/dist/{es-BEIVCrBY.cjs.prod.js → es-c16e942e.cjs.dev.js} +1 -1
- package/dist/{fr-FR-B6vXlkgD.cjs.dev.js → fr-FR-2b1f3f30.cjs.prod.js} +1 -1
- package/dist/{fr-FR-B6vXlkgD.cjs.prod.js → fr-FR-ad2ca309.cjs.dev.js} +1 -1
- package/dist/{pt-BR-Cisb3t2m.cjs.prod.js → pt-BR-5eb24d6f.cjs.prod.js} +1 -1
- package/dist/{pt-BR-Cisb3t2m.cjs.dev.js → pt-BR-81b194ff.cjs.dev.js} +1 -1
- package/package.json +2 -2
- /package/dist/{de-D8XWQIv5.esm.js → de-138824ef.esm.js} +0 -0
- /package/dist/{en-BDAFBCa0.esm.js → en-ca69b165.esm.js} +0 -0
- /package/dist/{es-tOXzrcym.esm.js → es-4e419bcb.esm.js} +0 -0
- /package/dist/{fr-FR-xR5sJnqj.esm.js → fr-FR-03b4b160.esm.js} +0 -0
- /package/dist/{pt-BR-LZFerN7K.esm.js → pt-BR-29b8e141.esm.js} +0 -0
|
@@ -12,7 +12,7 @@ import { jsx, Fragment } from '@emotion/react/jsx-runtime';
|
|
|
12
12
|
import { defineMessages } from 'react-intl';
|
|
13
13
|
|
|
14
14
|
// NOTE: This string will be replaced on build time with the package version.
|
|
15
|
-
var version = "27.5.
|
|
15
|
+
var version = "27.5.4";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* Registers a locale as a child of a parent locale if not already registered.
|
|
@@ -529,15 +529,15 @@ const getAppKitChunkImport = locale => {
|
|
|
529
529
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
530
530
|
switch (intlLocale) {
|
|
531
531
|
case 'de':
|
|
532
|
-
return import(/* webpackChunkName: "i18n-app-kit-locale-de" */'./de-
|
|
532
|
+
return import(/* webpackChunkName: "i18n-app-kit-locale-de" */'./de-138824ef.esm.js');
|
|
533
533
|
case 'es':
|
|
534
|
-
return import(/* webpackChunkName: "i18n-app-kit-locale-es" */'./es-
|
|
534
|
+
return import(/* webpackChunkName: "i18n-app-kit-locale-es" */'./es-4e419bcb.esm.js');
|
|
535
535
|
case 'fr-FR':
|
|
536
|
-
return import(/* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-
|
|
536
|
+
return import(/* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-03b4b160.esm.js');
|
|
537
537
|
case 'pt-BR':
|
|
538
|
-
return import(/* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-
|
|
538
|
+
return import(/* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-29b8e141.esm.js');
|
|
539
539
|
default:
|
|
540
|
-
return import(/* webpackChunkName: "i18n-app-kit-locale-en" */'./en-
|
|
540
|
+
return import(/* webpackChunkName: "i18n-app-kit-locale-en" */'./en-ca69b165.esm.js');
|
|
541
541
|
}
|
|
542
542
|
};
|
|
543
543
|
const getCommunityKitChunkImport = async locale => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/i18n",
|
|
3
|
-
"version": "27.5.
|
|
3
|
+
"version": "27.5.4",
|
|
4
4
|
"description": "MC i18n messages",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@babel/runtime": "^7.22.15",
|
|
33
33
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
34
34
|
"@commercetools-community-kit/i18n": "^0.3.0",
|
|
35
|
-
"@commercetools-frontend/sentry": "27.5.
|
|
35
|
+
"@commercetools-frontend/sentry": "27.5.4",
|
|
36
36
|
"@commercetools-uikit/i18n": "^20.4.0",
|
|
37
37
|
"@emotion/react": "^11.14.0",
|
|
38
38
|
"@formatjs/icu-messageformat-parser": "2.11.2",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|