mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 12:17:57 +03:00
Configuration: make en_US the default locale
This commit is contained in:
parent
f03f3106e7
commit
23078bfb06
1 changed files with 1 additions and 1 deletions
|
@ -1042,7 +1042,7 @@ public final class Configuration implements Comparable<Configuration> {
|
||||||
public void setToDefaults() {
|
public void setToDefaults() {
|
||||||
fontScale = 1;
|
fontScale = 1;
|
||||||
mcc = mnc = 0;
|
mcc = mnc = 0;
|
||||||
locale = null;
|
locale = new Locale("en", "US");
|
||||||
userSetLocale = false;
|
userSetLocale = false;
|
||||||
touchscreen = TOUCHSCREEN_UNDEFINED;
|
touchscreen = TOUCHSCREEN_UNDEFINED;
|
||||||
keyboard = KEYBOARD_UNDEFINED;
|
keyboard = KEYBOARD_UNDEFINED;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue