Skip to content

Commit

Permalink
feat: add Russian & Portuguese (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch authored Aug 3, 2023
1 parent 649d0a9 commit 53eb508
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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 {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
resConfigs 'en', 'be', 'cs', 'da', 'de', 'el', 'es', 'fi', 'fr', 'hu', 'id', 'it', 'nb', 'nl', 'pa', 'pl', 'ro', 'sv', 'tr'
resConfigs 'en', 'be', 'cs', 'da', 'de', 'el', 'es', 'fi', 'fr', 'hu', 'id', 'it', 'nb', 'nl', 'pa', 'pl', 'pt', 'ro', 'ru', 'sv', 'tr'
}

signingConfigs {
Expand Down
2 changes: 2 additions & 0 deletions android/app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<locale android:name="nl"/>
<locale android:name="pa"/>
<locale android:name="pl"/>
<locale android:name="pt"/>
<locale android:name="ro"/>
<locale android:name="ru"/>
<locale android:name="sv"/>
<locale android:name="tr"/>
</locale-config>
2 changes: 2 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
<string>nl</string>
<string>pa</string>
<string>pl</string>
<string>pt</string>
<string>ro</string>
<string>ru</string>
<string>sv</string>
<string>tr</string>
</array>
Expand Down

0 comments on commit 53eb508

Please sign in to comment.