Skip to content

Commit

Permalink
Add new languages to trale class and adjust changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed May 27, 2024
1 parent 1d8b89f commit 22a0d97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.0] - 2024-05-29
### Added Features and Improvements 🙌:
- Hello World! Thx to the community, the app is now available in French, Italian 🎉
- Hello World! Thx to the community, the app is now available in French, Finnish, and Italian 🎉
- Using the latest flutter 3.22 with upgraded deps

### Other changes:
Expand All @@ -33,7 +33,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- All new and improved interpolation API, the predictions are now more reliable
- Using the latest flutter 3.19 with upgraded deps
- Compile against Android 14 (SDK34)
- Hello World! Thx to the community, the app is now available in Lithuanian, Chinese and Spanish 🎉
- Hello World! Thx to the community, the app is now available in Lithuanian, Chinese, and Spanish 🎉

### Bugfix 🐛:
- Fix bug, when reloading theme
Expand Down
3 changes: 3 additions & 0 deletions app/lib/core/language.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class Language {
'de': 'Deutsch',
'en': 'English',
'es': 'Español',
'fi': 'Suomi',
'fr': 'Français',
'it': 'Italiano',
'ko': '조선말',
'lt': 'Lietuvių',
'nb': 'Bokmål',
Expand Down

0 comments on commit 22a0d97

Please sign in to comment.