You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
Configuration: make en_US the default locale
This commit is contained in:
@@ -1042,7 +1042,7 @@ public final class Configuration implements Comparable<Configuration> {
|
||||
public void setToDefaults() {
|
||||
fontScale = 1;
|
||||
mcc = mnc = 0;
|
||||
locale = null;
|
||||
locale = new Locale("en", "US");
|
||||
userSetLocale = false;
|
||||
touchscreen = TOUCHSCREEN_UNDEFINED;
|
||||
keyboard = KEYBOARD_UNDEFINED;
|
||||
|
||||
Reference in New Issue
Block a user