mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Update list of complete translations
This commit is contained in:
@@ -190,8 +190,8 @@ public abstract class UIHelper
|
|||||||
public static boolean isLocaleFullyTranslated()
|
public static boolean isLocaleFullyTranslated()
|
||||||
{
|
{
|
||||||
// TODO: Move this to another place, or detect automatically
|
// TODO: Move this to another place, or detect automatically
|
||||||
String fullyTranslatedLanguages[] = { "en", "ar", "cs", "de", "it", "ja", "ko", "po", "pl",
|
String fullyTranslatedLanguages[] = { "ca", "zh", "en", "de", "in", "it", "ko", "pl", "pt",
|
||||||
"pt", "ru", "sv", "zh", "es", "fr" };
|
"es", "tk", "uk"};
|
||||||
|
|
||||||
final String currentLanguage = Locale.getDefault().getLanguage();
|
final String currentLanguage = Locale.getDefault().getLanguage();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user