Skip to content

Commit

Permalink
l10n: Added Basque language
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-bak committed Apr 12, 2024
1 parent f32b201 commit 7ad4da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/translations/eu.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 @@ -11,6 +11,7 @@ final supportedLocales = [
AppLanguage('dansk', const Locale('da', 'DK')),
AppLanguage('Deutsch', const Locale('de', 'DE')),
// AppLanguage('ελληνικά', const Locale('el', 'GR')),
AppLanguage('Euskara', const Locale('eu')),
AppLanguage('English', const Locale('en', 'US')),
AppLanguage('eesti keel', const Locale('et')),
AppLanguage('español', const Locale('es', 'ES')),
Expand Down

0 comments on commit 7ad4da2

Please sign in to comment.