Skip to content

Commit

Permalink
gradle: explicitly use Persian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jan 25, 2025
1 parent a4982ef commit efdeb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
resourceConfigurations += ['ar', 'ca', 'de', 'en', 'es', 'fr', 'nb-rNO', 'pl', 'pt-rBR', 'ru', 'ta', 'uk', 'zh', 'zh-rTW']
resourceConfigurations += ['ar', 'ca', 'de', 'en', 'es', 'fa', 'fr', 'nb-rNO', 'pl', 'pt-rBR', 'ru', 'ta', 'uk', 'zh', 'zh-rTW']
}
buildTypes {
release {
Expand Down

0 comments on commit efdeb72

Please sign in to comment.