Skip to content

Commit

Permalink
chore: support mk_MK, cnr_ME & sr_Cyrl_RS (#7941)
Browse files Browse the repository at this point in the history
Locales have to be described in assets-meta.js so that the respective loaders are created.

message bundle props files exist, but they consist of the english translation, the translations are to be provided by the translation service
CLDRs for the locales don't exist (even in the latest openui5/core version) and only commented entries are added
  • Loading branch information
ilhan007 authored and PetyaMarkovaBogdanova committed Dec 5, 2023
1 parent 46c15a3 commit 4f630eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/tools/assets-meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const assetsMeta = {
"ar",
"bg",
"ca",
"cnr",
"cs",
"cy",
"da",
Expand Down Expand Up @@ -52,6 +53,7 @@ const assetsMeta = {
"ko",
"lt",
"lv",
"mk",
"ms",
"nl",
"no",
Expand All @@ -63,6 +65,7 @@ const assetsMeta = {
"sh",
"sk",
"sl",
"sr",
"sv",
"th",
"tr",
Expand All @@ -80,6 +83,7 @@ const assetsMeta = {
"ar_SA",
"bg",
"ca",
// "cnr_ME" - cldr for not available yet
"cs",
"da",
"de",
Expand Down Expand Up @@ -127,6 +131,7 @@ const assetsMeta = {
"lt",
"lv",
"ms",
// "mk_MK" cldr not available yet
"nb",
"nl",
"nl_BE",
Expand All @@ -139,6 +144,7 @@ const assetsMeta = {
"sk",
"sl",
"sr",
// "sr_Cyrl_RS" - cldr not available yet
"sr_Latn",
"sv",
"th",
Expand Down

0 comments on commit 4f630eb

Please sign in to comment.