1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 15:53:52 +02:00

Correct self-names for the two Chinese locales

This commit is contained in:
Paul Licameli
2018-01-03 19:33:04 -05:00
parent e051de0b68
commit fa7f1a455b
3 changed files with 5 additions and 5 deletions

View File

@@ -182,8 +182,8 @@ void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
"tr T\303\274rk\303\247e",
"uk \320\243\320\272\321\200\320\260\321\227\320\275\321\201\321\214\320\272\320\260",
"vi Ti\341\272\277ng Vi\341\273\207t",
"zh_CN \344\270\255\346\226\207",
"zh_TW \344\270\255\346\226\207",
"zh_CN \344\270\255\346\226\207\357\274\210\347\256\200\344\275\223\357\274\211",
"zh_TW \344\270\255\346\226\207\357\274\210\347\271\201\351\253\224\357\274\211",
};
wxArrayString tempNames;