mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-11 01:21: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
|
//check transliterate option status
|
||||||
public static boolean transliterate()
|
public static boolean transliterate()
|
||||||
{
|
{
|
||||||
return GBApplication.getPrefs().getBoolean("transliteration", true);
|
return GBApplication.getPrefs().getBoolean("transliteration", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
//replace unsupported symbols to english analog
|
//replace unsupported symbols to english analog
|
||||||
|
Loading…
Reference in New Issue
Block a user