summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-11-10 11:38:02 +0100
committerAlbin <albin@mullvad.net>2023-11-10 11:38:02 +0100
commit68ec03b549ef41f9b597afda9db92a73e83d8b1b (patch)
treea1f81560565e45174c573e9655bcb4fba8fc6be2 /android
parentc3482892cd7d8c26856c95c8a805ceab19e8d162 (diff)
parent21f68119fd19f49fbe262e349682ccd1fd9046d4 (diff)
downloadmullvadvpn-68ec03b549ef41f9b597afda9db92a73e83d8b1b.tar.xz
mullvadvpn-68ec03b549ef41f9b597afda9db92a73e83d8b1b.zip
Merge branch 'add-support-for-app-languages-droid-471'
Diffstat (limited to 'android')
-rw-r--r--android/app/build.gradle.kts5
-rw-r--r--android/app/src/main/res/resources.properties1
2 files changed, 6 insertions, 0 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index df86dd3507..6250d03ee0 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -46,6 +46,11 @@ android {
}
}
+ androidResources {
+ @Suppress("UnstableApiUsage")
+ generateLocaleConfig = true
+ }
+
if (keystorePropertiesFile.exists()) {
signingConfigs {
create(SigningConfigs.RELEASE) {
diff --git a/android/app/src/main/res/resources.properties b/android/app/src/main/res/resources.properties
new file mode 100644
index 0000000000..467b3efec9
--- /dev/null
+++ b/android/app/src/main/res/resources.properties
@@ -0,0 +1 @@
+unqualifiedResLocale=en-US