mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
Add new locales to array
This commit is contained in:
parent
e91d0bbaaf
commit
8027011e32
@ -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…
Reference in New Issue
Block a user