diff options
author | kwadronaut <kwadronaut@autistici.org> | 2024-12-10 12:54:53 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@autistici.org> | 2024-12-10 12:54:53 +0100 |
commit | 24acd81be534c15cd9f79f4077df5869c4115278 (patch) | |
tree | 18ab9c74145f8cc9803fd6a2912ca93cf0a7448b /app | |
parent | f4d7fcfc0c794d475db98a8f633377b8d1b6b02a (diff) |
Add English to available languages
fixes #9210
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/values/untranslatable.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/xml/locales_config.xml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/untranslatable.xml b/app/src/main/res/values/untranslatable.xml index 005f7126..bd8fa0e7 100644 --- a/app/src/main/res/values/untranslatable.xml +++ b/app/src/main/res/values/untranslatable.xml @@ -55,6 +55,7 @@ <item>tr</item> <item>pt-BR</item> <item>el</item> + <item>en</item> <item>nl</item> <item>de</item> <item>zh-TW</item> 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> |