Add new languages: Chinese, Hungarian, Romanian, Russian, French, Turkish

This commit is contained in:
Manfred Karrer 2017-10-12 21:33:00 -05:00
parent b0f451a2df
commit b2579fbfdd
No known key found for this signature in database
GPG key ID: 401250966A6B2C46
2 changed files with 7 additions and 7 deletions

View file

@ -31,17 +31,20 @@ public class LanguageUtil {
"el", // Greek
"es", // Spanish
"pt", // Portuguese / Brazil
"sr" // Serbian
"sr", // Serbian
"zh", // Chinese
"hu", // Hungarian
"ro", // Romanian
"ru", // Russian
"fr", // French
"tr" // Turkish
/*
// not translated yet
"zh", // Chinese
"it", // Italian
"fr", // French
"ja", // Japanese
"iw", // Hebrew
"hi", // Hindi
"ru", // Russian
"ko", // Korean
"pl", // Polish
"sv", // Swedish
@ -53,7 +56,6 @@ public class LanguageUtil {
"lt", // Lithuanian
"lv", // Latvian
"hr", // Croatian
"hu", // Hungarian
"uk", // Ukrainian
"sk", // Slovak
"sl", // Slovenian
@ -73,8 +75,6 @@ public class LanguageUtil {
"vi", // Vietnamese
"th", // Thai
"da", // Danish
"ro", // Romanian
"tr", // Turkish
"mt" // Maltese
*/
);