Skip to content

Commit

Permalink
Per-app language fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Dec 22, 2023
1 parent 28ece7b commit b3fca2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
vectorDrawables.generatedDensities = []
resourceConfigurations += ["en-rGB", "fr", "de", "nl", "lb"]
resourceConfigurations += ["en", "fr", "de", "nl", "lb"]
resConfigs "en", "fr", "de", "nl", "lb"
}

Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="en_GB"/>
<locale android:name="en"/>
<locale android:name="fr"/>
<locale android:name="de"/>
<locale android:name="nl"/>
Expand Down

0 comments on commit b3fca2a

Please sign in to comment.