Skip to content

Commit

Permalink
Merge pull request #59 from FelixHerrmann/fix/ukrainian-language-iden…
Browse files Browse the repository at this point in the history
…tifier

[Fix] Ukrainian Language Identifier
  • Loading branch information
FelixHerrmann authored Jul 25, 2023
2 parents f0adeb7 + 2107730 commit e653dc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ The Settings Bundle and the UI-components are currently localized in the followi
| Portuguese | pt |
| Russian | ru |
| Spanish | es |
| Ukrainian | ua |
| Ukrainian | uk |

> If a language has mistakes or is missing, feel free to create an issue or open a pull request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extension SettingsBundleGenerator {
case it
case pt
case ru
case ua
case uk
case zhHans = "zh-hans"
case zhHant = "zh-hant"
// swiftlint:enable identifier_name
Expand Down Expand Up @@ -69,7 +69,7 @@ extension SettingsBundleGenerator.Language {
return [
.acknowledgements: "Благодарности",
]
case .ua:
case .uk:
return [
.acknowledgements: "Подяки",
]
Expand Down Expand Up @@ -128,7 +128,7 @@ extension SettingsBundleGenerator.Language {
return [
.licenses: "Лицензии",
]
case .ua:
case .uk:
return [
.licenses: "Ліцензії",
]
Expand Down

0 comments on commit e653dc6

Please sign in to comment.