Skip to content

Commit

Permalink
lang: Add German (Switzerland) (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch authored Jan 26, 2024
1 parent 2e6d3e8 commit 41631fc
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 @@ -78,6 +78,7 @@
"cs": "čeština",
"da": "Dansk",
"de": "Deutsch",
"de_CH": "Deutsch (Schweiz)",
"el": "Ελληνικά",
"es": "Español",
"fi": "Suomi",
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', 'el', 'es', 'fi', 'fr', 'hu', 'id', 'it', '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', 'nb', 'nl', 'pa', 'pl', 'pt', 'pt_BR', 'ro', 'ru', 'sv', 'tr', '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 @@ -6,6 +6,7 @@
<locale android:name="be"/>
<locale android:name="da"/>
<locale android:name="de"/>
<locale android:name="de-CH"/>
<locale android:name="el"/>
<locale android:name="en"/>
<locale android:name="es"/>
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 @@ -36,6 +36,7 @@
<string>be</string>
<string>da</string>
<string>de</string>
<string>de_CH</string>
<string>el</string>
<string>en</string>
<string>es</string>
Expand Down

0 comments on commit 41631fc

Please sign in to comment.