summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/locales_config.xml
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@autistici.org>2024-12-10 12:54:53 +0100
committerkwadronaut <kwadronaut@autistici.org>2024-12-10 12:54:53 +0100
commit24acd81be534c15cd9f79f4077df5869c4115278 (patch)
tree18ab9c74145f8cc9803fd6a2912ca93cf0a7448b /app/src/main/res/xml/locales_config.xml
parentf4d7fcfc0c794d475db98a8f633377b8d1b6b02a (diff)
Add English to available languages
fixes #9210
Diffstat (limited to 'app/src/main/res/xml/locales_config.xml')
-rw-r--r--app/src/main/res/xml/locales_config.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/xml/locales_config.xml b/app/src/main/res/xml/locales_config.xml
index 856fca09..48baa6fc 100644
--- a/app/src/main/res/xml/locales_config.xml
+++ b/app/src/main/res/xml/locales_config.xml
@@ -7,6 +7,7 @@
<locale android:name="el"/>
<locale android:name="nl"/>
<locale android:name="de"/>
+ <locale android:name="en"/>
<locale android:name="zh-TW"/>
<locale android:name="ru"/>
<locale android:name="ar"/>
@@ -22,4 +23,4 @@
<locale android:name="uk"/>
<locale android:name="hu"/>
<locale android:name="vi"/>
-</locale-config> \ No newline at end of file
+</locale-config>