Skip to content

Commit

Permalink
Fix showing ukraine language.
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed Sep 22, 2024
1 parent 50912b4 commit 4ec2fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Hello World! Thx to the community, the app is now available in Croatian 🎉
- Using the latest flutter 3.24 with upgraded deps

### Bugfix 🐛:
- Fix showing ukraine as supported language


## [0.7.1] - 2024-07-03
### Added Features and Improvements 🙌:
Expand Down
1 change: 1 addition & 0 deletions app/lib/core/language.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Language {
'pl': 'język polski',
'pt': 'Português',
'tr': 'Türkçe',
'uk': 'Українська мова',
'zh': '汉语',
}[language] ?? 'error';

Expand Down

0 comments on commit 4ec2fe5

Please sign in to comment.