mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +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