From 08eb3a04a6b711cc3e88cf0d59a35626a8562afa Mon Sep 17 00:00:00 2001
From: Tony O
Date: Tue, 14 Apr 2026 20:41:53 +0300
Subject: Change default locale for en_* and update IME layout (#1237)
Change default unknown locale dictionary from en_US to en_GB---
gen_method_xml.py | 2 +-
res/xml/method.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gen_method_xml.py b/gen_method_xml.py
index cc05228..9b266d5 100644
--- a/gen_method_xml.py
+++ b/gen_method_xml.py
@@ -80,7 +80,7 @@ LOCALES = [
]
# The locale that is at the beginning of the list
-DEFAULT_LOCALE = loc("en", "latin", "latn_qwerty_us", tag="en", dictionary="en_US")
+DEFAULT_LOCALE = loc("en", "latin", "latn_qwerty_us", tag="en", dictionary="en_GB")
def parse_dictionaries():
tree = ET.parse("res/values/dictionaries.xml")
diff --git a/res/xml/method.xml b/res/xml/method.xml
index 1b6b01e..036bf1f 100644
--- a/res/xml/method.xml
+++ b/res/xml/method.xml
@@ -5,7 +5,7 @@
Update this file with 'gradle test'.
-->
-
+
--
cgit v1.2.3