Merge pull request #71 from simon-twonary/add-spanish-support

Add Spanish support
This commit is contained in:
Salvatore Giordano
2020-04-05 11:45:11 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ class _CountryLocalizationsDelegate
'en', 'en',
'it', 'it',
'fr', 'fr',
'es',
].contains(locale.languageCode); ].contains(locale.languageCode);
} }

View File

@@ -16,3 +16,4 @@ flutter:
- packages/country_code_picker/i18n/en.json - packages/country_code_picker/i18n/en.json
- packages/country_code_picker/i18n/it.json - packages/country_code_picker/i18n/it.json
- packages/country_code_picker/i18n/fr.json - packages/country_code_picker/i18n/fr.json
- packages/country_code_picker/i18n/es.json