Update translations

This commit is contained in:
2016-04-09 05:03:23 -04:00
committed by Alinson Xavier
parent 64c4367706
commit 38fc7650b9
5 changed files with 193 additions and 167 deletions

View File

@@ -152,8 +152,9 @@ public abstract class UIHelper
public static boolean isLocaleFullyTranslated()
{
// TODO: Move this to another place, or detect automatically
String fullyTranslatedLanguages[] = { "en", "ar", "cs", "de", "it", "ja", "ko", "po", "pl",
"pt", "ru", "sv", "zh", "es" };
"pt", "ru", "sv", "zh", "es", "fr" };
final String currentLanguage = Locale.getDefault().getLanguage();