diff --git a/assets/translations/eu.json b/assets/translations/eu.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/assets/translations/eu.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/lib/core/constants/locale.dart b/lib/core/constants/locale.dart index 8d567a6f..9c56f470 100644 --- a/lib/core/constants/locale.dart +++ b/lib/core/constants/locale.dart @@ -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')),