Add French translations

This commit is contained in:
Brendan Abolivier 2020-05-17 08:18:31 +00:00 committed by Christian Pauly
commit 2dbc5c29fd
6 changed files with 1796 additions and 7 deletions

View file

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