Skip to content

Commit

Permalink
lang: Add Ukrainian
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Mar 1, 2024
1 parent f7e0e65 commit eee2f8a
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 @@ -96,6 +96,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', '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', '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 @@ -26,6 +26,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>sv</string>
<string>tr</string>
<string>vi</string>
<string>uk</string>
<string>zh</string>
</array>
<key>CFBundleName</key>
Expand Down

0 comments on commit eee2f8a

Please sign in to comment.