Skip to content

Commit

Permalink
lang: Add Ukrainian (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch authored Mar 7, 2024
1 parent c216110 commit 85002fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"ru": "русский язык",
"sv": "Svenska",
"tr": "Türkçe",
"uk": "Українська",
"zh_Hans": "简化字",
}

Expand Down
2 changes: 1 addition & 1 deletion kitchenowl/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
resConfigs 'en', 'be', 'ca', 'ca_valencia', 'cs', 'da', 'de', 'de_CH', 'el', 'es', 'fi', 'fr', 'he', 'hu', 'id', 'it', 'ko', 'nb', 'nl', 'pa', 'pl', 'pt', 'pt_BR', 'ro', 'ru', 'sv', 'tr', 'vi', 'zh'
resConfigs 'en', 'be', 'ca', 'ca_valencia', 'cs', 'da', 'de', 'de_CH', 'el', 'es', 'fi', 'fr', 'he', 'hu', 'id', 'it', 'ko', '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 @@ -27,6 +27,7 @@
<locale android:name="ru"/>
<locale android:name="sv"/>
<locale android:name="tr"/>
<locale android:name="uk"/>
<locale android:name="vi"/>
<locale android:name="zh"/>
</locale-config>
1 change: 1 addition & 0 deletions kitchenowl/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<string>ru</string>
<string>sv</string>
<string>tr</string>
<string>uk</string>
<string>vi</string>
<string>zh</string>
</array>
Expand Down

0 comments on commit 85002fb

Please sign in to comment.