Skip to content

Commit

Permalink
l10n: Add Hindi
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Sep 12, 2024
1 parent 74e4e37 commit 79b82dd
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 @@ -44,7 +44,7 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
resConfigs 'en', 'be', 'bg', 'ca', 'ca_valencia', 'cs', 'da', 'de', 'de_CH', 'el', 'es', 'fi', 'fr', 'he', 'hu', 'id', 'it', 'ko', 'lt', 'nb', 'nl', 'pa', 'pl', 'pt', 'pt_BR', 'ro', 'ru', 'sv', 'tr', 'uk', 'vi', 'zh'
resConfigs 'en', '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'
}

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 @@ -14,6 +14,7 @@
<locale android:name="fi"/>
<locale android:name="fr"/>
<locale android:name="he"/>
<locale android:name="hi"/>
<locale android:name="hu"/>
<locale android:name="id"/>
<locale android:name="it"/>
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 @@ -44,6 +44,7 @@
<string>fi</string>
<string>fr</string>
<string>he</string>
<string>hi</string>
<string>hu</string>
<string>id</string>
<string>it</string>
Expand Down

0 comments on commit 79b82dd

Please sign in to comment.