Skip to content

Commit 5393599

Browse files
committed
include hungarian in list of supported locales
1 parent 264b3c6 commit 5393599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/localization/form_builder_localizations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class _FormBuilderLocalizationsDelegate
135135

136136
@override
137137
bool isSupported(Locale locale) {
138-
return ['en', 'es', 'fr', 'it', 'ja', 'pt', 'sk']
138+
return ['en', 'es', 'fr', 'hu', 'it', 'ja', 'pt', 'sk']
139139
.contains(locale.languageCode);
140140
}
141141

0 commit comments

Comments
 (0)