minor fix based on the comment of Adrian Marciniuk, on issue #56

onboarding
Horvath Gergely 5 years ago
parent 9adb6f3b26
commit 9cdde62000

@ -8,7 +8,7 @@ class AppLocalizationsDelegate extends LocalizationsDelegate<L10n> {
@override @override
bool isSupported(Locale locale) { bool isSupported(Locale locale) {
return ['en', 'de'].contains(locale.languageCode); return ['en', 'de', 'hu', 'pl'].contains(locale.languageCode);
} }
@override @override

Loading…
Cancel
Save