Rename Turkish language and add native language name to list of names.

This commit is contained in:
Guy Scharf 2020-05-28 12:41:32 -07:00
parent 87369f6cf7
commit 11cefbd799
2 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ void initTranslations()
langNames["pt"] = "Português";
langNames["pt_BR"] = "Português (Brazil)";
langNames["ro"] = "Românește";
langNames["zh"] = "\xe6\xbc\xa2\xe8\xaa\x9e\xe7\xb9\x81\xe9\xab\x94\xe5\xad\x97";
langNames["tr"] = "Türkçe";
langNames["zh"] = "\xe6\xbc\xa2\xe8\xaa\x9e\xe7\xb9\x81\xe9\xab\x94\xe5\xad\x97";
langNames[DefaultLanguage]="English (US)";