Transliteration off by default, if setting not exist
This commit is contained in:
parent
0094805359
commit
c13725911f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue