From 20a4916ff605e8f97e437457ea3b8dce510cfce0 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 3 May 2026 16:50:41 +0200 Subject: Fix wrong locale selection for English (#1263) The "en" locale, which was meant to be the default for English locales that are not in the list, was used instead of exact locales like "en_US". The "en" locale was also used as the default locale for languages that are not in the list at all. The "en_GB" locale is used for this instead.--- res/xml/method.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res/xml/method.xml') diff --git a/res/xml/method.xml b/res/xml/method.xml index e1169d7..f30b091 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -5,9 +5,9 @@ Update this file with 'gradle test'. --> - - + + @@ -21,10 +21,10 @@ - + -- cgit v1.2.3 From 9189921719ac903bd645516f187c9b9aced20f68 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 3 May 2026 19:19:51 +0200 Subject: Add languages for which a dictionary is available (#1267) * gen_method_xml.py: Warn for unused dictionaries Helps catch missing locales. * Add languages for which a dictionary is available Make dictionaries are available to more languages. Extra keys are added for as many languages as possible but no layout is added. Some languages are still not added, mainly because they use a script that the keyboard doesn't support yet: pa, gu, or, te, mai, sat, km, iw, zgh, sd, ml, sa--- res/xml/method.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'res/xml/method.xml') diff --git a/res/xml/method.xml b/res/xml/method.xml index f30b091..a8086e2 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -8,15 +8,18 @@ - + + + + @@ -27,6 +30,7 @@ + @@ -34,11 +38,14 @@ + + + @@ -46,21 +53,25 @@ + + - + + + @@ -69,6 +80,7 @@ + -- cgit v1.2.3