summaryrefslogtreecommitdiffhomepage
path: root/android/lib
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-09-05 13:52:03 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-09-08 09:04:28 +0200
commit12f0d9252cea2e6ba42150942a844106f3bdf497 (patch)
tree1461abd179b058dc127baa5b7bf787bb92e9ecbe /android/lib
parent7701d39d98d23fa4ad8de6962081ba76a470ad79 (diff)
downloadmullvadvpn-12f0d9252cea2e6ba42150942a844106f3bdf497.tar.xz
mullvadvpn-12f0d9252cea2e6ba42150942a844106f3bdf497.zip
Remove autogenerated locale config due to crash
Instead use a static file
Diffstat (limited to 'android/lib')
-rw-r--r--android/lib/resource/src/main/res/xml/locales_config.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/android/lib/resource/src/main/res/xml/locales_config.xml b/android/lib/resource/src/main/res/xml/locales_config.xml
new file mode 100644
index 0000000000..66a7f7385c
--- /dev/null
+++ b/android/lib/resource/src/main/res/xml/locales_config.xml
@@ -0,0 +1,22 @@
+<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
+ <locale android:name="en-US"/>
+ <locale android:name="da"/>
+ <locale android:name="de"/>
+ <locale android:name="es"/>
+ <locale android:name="fi"/>
+ <locale android:name="fr"/>
+ <locale android:name="it"/>
+ <locale android:name="ja"/>
+ <locale android:name="ko"/>
+ <locale android:name="my"/>
+ <locale android:name="nb"/>
+ <locale android:name="nl"/>
+ <locale android:name="pl"/>
+ <locale android:name="pt"/>
+ <locale android:name="ru"/>
+ <locale android:name="sv"/>
+ <locale android:name="th"/>
+ <locale android:name="tr"/>
+ <locale android:name="zh-CN"/>
+ <locale android:name="zh-TW"/>
+</locale-config>