Transliteration off by default, if setting not exist

here
ivanovlev 2017-01-19 08:09:36 +03:00
parent 0094805359
commit c13725911f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class LanguageUtils {
//check transliterate option status
public static boolean transliterate()
{
return GBApplication.getPrefs().getBoolean("transliteration", true);
return GBApplication.getPrefs().getBoolean("transliteration", false);
}
//replace unsupported symbols to english analog