Skip to content

Commit e7ae45a

Browse files
committed
feat(framework): support sr, mk, cnr locales (#8534)
The following languages mk_MK, cnr_ME and sr_Cyrl_RS locales and languages are now available and supported by the framework and displayed by the relevant components. To do so, the PR updates the internal openui5 core dependency from 1.120.3 to 1.120.5 Fixes: #8163
1 parent c40ff8c commit e7ae45a

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

packages/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lit-html": "^2.0.1"
4545
},
4646
"devDependencies": {
47-
"@openui5/sap.ui.core": "1.120.3",
47+
"@openui5/sap.ui.core": "1.120.5",
4848
"@ui5/webcomponents-tools": "1.24.0-rc.2",
4949
"chromedriver": "^122.0.6",
5050
"clean-css": "^5.2.2",

packages/localization/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/core": "^7.23.7",
3333
"@babel/generator": "^7.23.6",
3434
"@babel/parser": "^7.23.6",
35-
"@openui5/sap.ui.core": "1.120.3",
35+
"@openui5/sap.ui.core": "1.120.5",
3636
"@ui5/webcomponents-tools": "1.24.0-rc.2",
3737
"babel-plugin-amd-to-esm": "^2.0.3",
3838
"chromedriver": "^122.0.6",

packages/tools/assets-meta.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const assetsMeta = {
8383
"ar_SA",
8484
"bg",
8585
"ca",
86-
// "cnr_ME" - cldr for not available yet
86+
"cnr",
8787
"cs",
8888
"da",
8989
"de",
@@ -131,7 +131,7 @@ const assetsMeta = {
131131
"lt",
132132
"lv",
133133
"ms",
134-
// "mk_MK" cldr not available yet
134+
"mk",
135135
"nb",
136136
"nl",
137137
"nl_BE",
@@ -144,7 +144,6 @@ const assetsMeta = {
144144
"sk",
145145
"sl",
146146
"sr",
147-
// "sr_Cyrl_RS" - cldr not available yet
148147
"sr_Latn",
149148
"sv",
150149
"th",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3845,10 +3845,10 @@
38453845
dependencies:
38463846
"@octokit/openapi-types" "^18.0.0"
38473847

3848-
"@openui5/[email protected].3":
3849-
version "1.120.3"
3850-
resolved "https://registry.yarnpkg.com/@openui5/sap.ui.core/-/sap.ui.core-1.120.3.tgz#5ccddddc254f23c346ba5d1bd919d547ad84b0f1"
3851-
integrity sha512-KTV80IiK2pGwnyRh3VGROoK5DYJ8jhNImhVu7wH760BcFv8NskPvhek8+N0b52oKG9jwr6ijdzzfUJtK/znMjg==
3848+
"@openui5/[email protected].5":
3849+
version "1.120.5"
3850+
resolved "https://registry.yarnpkg.com/@openui5/sap.ui.core/-/sap.ui.core-1.120.5.tgz#845d961628285500534969beb26622bb58b12b6c"
3851+
integrity sha512-NsEaubmKHuLgMnzoRr/RFDr2ZauGQx6LDVA+9dnSsdAb069+w2SO5G8IUj5iWZ9o3FhUf8eNr/hSl6QWN1fI/Q==
38523852

38533853
38543854
version "2.0.4"

0 commit comments

Comments
 (0)