Ladin language (lld) is now included in CLDR, no need to special case it anymore

This commit is contained in:
Martin Raifer
2025-01-16 15:01:05 +01:00
parent 8c1e476dc0
commit 04776ea2f9
3 changed files with 1 additions and 5 deletions

View File

@@ -114,7 +114,7 @@
"iq": ["ar", "en", "ckb", "az-Arab", "fa", "lrc", "syr"],
"ir": ["fa", "az-Arab", "mzn", "glk", "ckb", "sdh", "tk", "lrc", "ar", "bal", "rmt", "bqi", "luz", "lki", "kaa", "bgn", "prd", "hy", "ps", "ka", "gbz", "kk-Arab"],
"is": ["is", "da"],
"it": ["it", "en", "fr", "lmo", "sc", "de", "vec", "nap", "lij", "scn", "sdc", "sl", "fur", "egl", "lld", "ca", "el", "pms", "hr", "mhn", "rgn", "lld"],
"it": ["it", "en", "fr", "lmo", "sc", "de", "vec", "nap", "lij", "scn", "sdc", "sl", "fur", "egl", "lld", "ca", "el", "pms", "hr", "mhn", "rgn"],
"je": ["en"],
"jm": ["en", "jam"],
"jo": ["ar", "apc", "en"],

View File

@@ -186,7 +186,6 @@ function generateTerritoryLanguages() {
// override/adjust some territory languages which are not included in CLDR data
territoryLanguages.pk.push('pnb', 'scl', 'trw', 'kls'); // https://github.com/openstreetmap/iD/pull/9242
lodash.pull(territoryLanguages.pk, 'pa-Arab', 'lah', 'tg-Arab'); // - " -
territoryLanguages.it.push('lld'); // https://en.wikipedia.org/wiki/Ladin_language
return territoryLanguages;
}

View File

@@ -113,9 +113,6 @@ function getLangNamesInNativeLang() {
base: 'ko',
script: 'Latn'
},
'lld': {
nativeName: 'Ladin'
},
'mnc-Latn': {
base: 'mnc',
script: 'Latn',