mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 01:55:50 +01:00
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
Block a user