mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Ladin language (lld) is now included in CLDR, no need to special case it anymore
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -113,9 +113,6 @@ function getLangNamesInNativeLang() {
|
||||
base: 'ko',
|
||||
script: 'Latn'
|
||||
},
|
||||
'lld': {
|
||||
nativeName: 'Ladin'
|
||||
},
|
||||
'mnc-Latn': {
|
||||
base: 'mnc',
|
||||
script: 'Latn',
|
||||
|
||||
Reference in New Issue
Block a user