Show language names for the multilingual name field in Traditional Chinese script in the Taiwan locale (close #6815)

This commit is contained in:
Quincy Morgan
2019-09-13 11:50:46 -04:00
parent 8b49247b9c
commit 1117099697
2 changed files with 2 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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) {