mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
minor fix based on the comment of Adrian Marciniuk, on issue #56
This commit is contained in:
parent
c3540fb990
commit
1b7f7c971a
@ -8,7 +8,7 @@ class AppLocalizationsDelegate extends LocalizationsDelegate<L10n> {
|
||||
|
||||
@override
|
||||
bool isSupported(Locale locale) {
|
||||
return ['en', 'de'].contains(locale.languageCode);
|
||||
return ['en', 'de', 'hu', 'pl'].contains(locale.languageCode);
|
||||
}
|
||||
|
||||
@override
|
||||
|
Loading…
Reference in New Issue
Block a user