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 ac8bd000..ebef68ff 100644 --- a/lib/core/constants/locale.dart +++ b/lib/core/constants/locale.dart @@ -9,6 +9,7 @@ final supportedLocales = [ AppLanguage('Deutsch', const Locale('de', 'DE')), AppLanguage('dansk', const Locale('da', 'DK')), AppLanguage('English', const Locale('en', 'US')), + AppLanguage('Euskara', const Locale('eu')), AppLanguage('eesti keel', const Locale('et')), AppLanguage('espaƱol', const Locale('es', 'ES')), AppLanguage('suomi', const Locale('fi', 'FI')),