Skip to content

Commit

Permalink
Add bulgarian (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch authored Jul 19, 2024
1 parent cdc32e8 commit ba76af1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions backend/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
SUPPORTED_LANGUAGES = {
"en": "English",
"en_AU": "Australian English",
"bg": "български език",
"bn": "বাংলা",
"ca": "Catalan",
"cs": "čeština",
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 @@ -44,7 +44,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', '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', 'hu', 'id', 'it', 'ko', 'lt', 'nb', 'nl', 'pa', 'pl', 'pt', 'pt_BR', 'ro', 'ru', 'sv', 'tr', 'uk', 'vi', 'zh'
}

signingConfigs {
Expand Down
3 changes: 2 additions & 1 deletion kitchenowl/android/app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="be"/>
<locale android:name="bg"/>
<locale android:name="ca"/>
<locale android:name="ca-valencia"/>
<locale android:name="cs"/>
<locale android:name="be"/>
<locale android:name="da"/>
<locale android:name="de"/>
<locale android:name="de-CH"/>
Expand Down
3 changes: 2 additions & 1 deletion kitchenowl/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
<string>6.0</string>
<key>CFBundleLocalizations</key>
<array>
<string>be</string>
<string>bg</string>
<string>ca</string>
<string>ca-valencia</string>
<string>cs</string>
<string>be</string>
<string>da</string>
<string>de</string>
<string>de_CH</string>
Expand Down

0 comments on commit ba76af1

Please sign in to comment.