Skip to content

Commit

Permalink
Merge branch 'add-support-for-app-languages-droid-471'
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Nov 10, 2023
2 parents c348289 + 21f6811 commit 68ec03b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Line wrap the file at 100 chars. Th
- Migrate View Logs view to compose.
- Migrate voucher dialog to compose.
- Add "New Device" in app notification & rework notification system
- Add support for setting per-app language in system settings.

#### Linux
- Don't block forwarding of traffic when the split tunnel mark (ct mark) is set.
Expand Down
5 changes: 5 additions & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ android {
}
}

androidResources {
@Suppress("UnstableApiUsage")
generateLocaleConfig = true
}

if (keystorePropertiesFile.exists()) {
signingConfigs {
create(SigningConfigs.RELEASE) {
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/res/resources.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unqualifiedResLocale=en-US

0 comments on commit 68ec03b

Please sign in to comment.