Skip to content

Commit

Permalink
lang: Add Korean (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch authored Feb 17, 2024
1 parent 2b68eb7 commit 8ccc5a6
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 @@ -87,6 +87,7 @@
"hu": "Magyar nyelv",
"id": "Bahasa Indonesia",
"it": "Italiano",
"ko": "한국어",
"nb_NO": "Bokmål",
"nl": "Nederlands",
"pl": "Polski",
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', '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', '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 @@ -15,6 +15,7 @@
<locale android:name="hu"/>
<locale android:name="id"/>
<locale android:name="it"/>
<locale android:name="ko"/>
<locale android:name="nb"/>
<locale android:name="nl"/>
<locale android:name="pa"/>
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 @@ -45,6 +45,7 @@
<string>hu</string>
<string>id</string>
<string>it</string>
<string>ko</string>
<string>nb</string>
<string>nl</string>
<string>pa</string>
Expand Down

0 comments on commit 8ccc5a6

Please sign in to comment.