diff options
| author | Tony O | 2026-04-14 20:41:53 +0300 |
|---|---|---|
| committer | GitHub | 2026-04-14 19:41:53 +0200 |
| commit | 08eb3a04a6b711cc3e88cf0d59a35626a8562afa (patch) | |
| tree | ffd7c0b1391942bbf23625aeaa324866f0e1730f /gen_method_xml.py | |
| parent | e832c3cd80a77f1454699c0dd4da023266d1c6bf (diff) | |
| download | unexpected-keyboard-08eb3a04a6b711cc3e88cf0d59a35626a8562afa.tar.gz unexpected-keyboard-08eb3a04a6b711cc3e88cf0d59a35626a8562afa.zip | |
Change default locale for en_* and update IME layout (#1237)
Change default unknown locale dictionary from en_US to en_GB
Diffstat (limited to 'gen_method_xml.py')
| -rw-r--r-- | gen_method_xml.py | 2 |
1 files changed, 1 insertions, 1 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") |
