Add new locales to array
This commit is contained in:
parent
b25d546d5a
commit
2e3cc59f24
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ class AppLocalizationsDelegate extends LocalizationsDelegate<L10n> {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
bool isSupported(Locale locale) {
|
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
|
@override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue