mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-23 17:50:44 +01:00
Merge branch 'translation-fix' into 'master'
minor fix based on the comment of Adrian Marciniuk, on issue #56 See merge request ChristianPauly/fluffychat-flutter!46
This commit is contained in:
commit
d9d4a254dc
@ -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…
x
Reference in New Issue
Block a user