Skip to content

Commit

Permalink
Merge pull request #288 from enrique-lozano/feat/add-german-lang
Browse files Browse the repository at this point in the history
Add German language
  • Loading branch information
enrique-lozano authored Jan 1, 2025
2 parents 1f7031c + 43c84b8 commit fc5eb73
Show file tree
Hide file tree
Showing 3 changed files with 2,677 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/app/settings/widgets/supported_locales.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class SupportedLocale {
const appSupportedLocales = [
SupportedLocale(locale: AppLocale.es, label: 'Español'),
SupportedLocale(locale: AppLocale.en, label: 'English'),
SupportedLocale(locale: AppLocale.de, label: 'Deutsch'),
SupportedLocale(locale: AppLocale.hu, label: 'Magyar'),
SupportedLocale(locale: AppLocale.uk, label: 'українська'),
SupportedLocale(locale: AppLocale.zhTw, label: '繁體中文'),
Expand Down
Loading

0 comments on commit fc5eb73

Please sign in to comment.