Skip to content

Commit

Permalink
Merge pull request #523 from mateusz-bak/l10n/add_estonian
Browse files Browse the repository at this point in the history
l10n: Added estinian language
  • Loading branch information
mateusz-bak authored Mar 6, 2024
2 parents b3a2a62 + 2e8ee28 commit 8bfd1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/translations/et.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions lib/core/constants/locale.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ final supportedLocales = [
AppLanguage('Deutsch', const Locale('de', 'DE')),
// AppLanguage('ελληνικά', const Locale('el', 'GR')),
AppLanguage('English', const Locale('en', 'US')),
AppLanguage('eesti keel', const Locale('et')),
AppLanguage('español', const Locale('es', 'ES')),
AppLanguage('Filipino', const Locale('fil', 'PH')),
AppLanguage('français', const Locale('fr', 'FR')),
Expand Down

0 comments on commit 8bfd1d5

Please sign in to comment.