Skip to content

Commit

Permalink
Add Tamil (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch authored Nov 23, 2024
1 parent 5b5abc0 commit 4289d93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kitchenowl/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName
resConfigs 'en', 'ar', 'be', 'bg', 'ca', 'ca_valencia', 'cs', 'da', 'de', 'de_CH', 'el', 'es', 'fi', 'fr', 'he', 'hi', 'hu', 'id', 'it', 'ko', 'lt', 'nb', 'nl', 'pa', 'pl', 'pt', 'pt_BR', 'ro', 'ru', 'sv', 'tr', 'uk', 'vi', 'zh'
resConfigs 'en', 'ar', 'be', 'bg', 'ca', 'ca_valencia', 'cs', 'da', 'de', 'de_CH', 'el', 'es', 'fi', 'fr', 'he', 'hi', 'hu', 'id', 'it', 'ko', 'lt', 'nb', 'nl', 'pa', 'pl', 'pt', 'pt_BR', 'ro', 'ru', 'sv', 'ta', 'tr', 'uk', 'vi', 'zh'
}

signingConfigs {
Expand Down
1 change: 1 addition & 0 deletions kitchenowl/android/app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<locale android:name="ro"/>
<locale android:name="ru"/>
<locale android:name="sv"/>
<locale android:name="ta"/>
<locale android:name="tr"/>
<locale android:name="uk"/>
<locale android:name="vi"/>
Expand Down
1 change: 1 addition & 0 deletions kitchenowl/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<string>ro</string>
<string>ru</string>
<string>sv</string>
<string>ta</string>
<string>tr</string>
<string>uk</string>
<string>vi</string>
Expand Down

0 comments on commit 4289d93

Please sign in to comment.