diff --git a/lib/country_localizations.dart b/lib/country_localizations.dart index 873735d..2705fd8 100644 --- a/lib/country_localizations.dart +++ b/lib/country_localizations.dart @@ -48,6 +48,7 @@ class _CountryLocalizationsDelegate 'en', 'it', 'fr', + 'es', ].contains(locale.languageCode); } diff --git a/pubspec.yaml b/pubspec.yaml index 68990d3..7a928e1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,3 +16,4 @@ flutter: - packages/country_code_picker/i18n/en.json - packages/country_code_picker/i18n/it.json - packages/country_code_picker/i18n/fr.json + - packages/country_code_picker/i18n/es.json