Add new locales to array
This commit is contained in:
parent
e91d0bbaaf
commit
8027011e32
|
@ -8,7 +8,8 @@ class AppLocalizationsDelegate extends LocalizationsDelegate<L10n> {
|
|||
|
||||
@override
|
||||
bool isSupported(Locale locale) {
|
||||
return ['en', 'de', 'hu', 'pl', 'fr'].contains(locale.languageCode);
|
||||
return ['en', 'de', 'hu', 'pl', 'fr', 'cs', 'es', 'sk']
|
||||
.contains(locale.languageCode);
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue