mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Show language names for the multilingual name field in Traditional Chinese script in the Taiwan locale (close #6815)
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -269,7 +269,7 @@ function getLangNamesInNativeLang() {
|
||||
return ordered;
|
||||
}
|
||||
|
||||
var rematchCodes = { 'ar-AA': 'ar', 'zh-CN': 'zh', 'zh-HK': 'zh-Hant-HK', 'zh-TW': 'zh', 'pt-BR': 'pt', 'pt': 'pt-PT' };
|
||||
var rematchCodes = { 'ar-AA': 'ar', 'zh-CN': 'zh', 'zh-HK': 'zh-Hant-HK', 'zh-TW': 'zh-Hant', 'pt-BR': 'pt', 'pt': 'pt-PT' };
|
||||
|
||||
function languageNamesInLanguageOf(code) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user