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') 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