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

@ -45,6 +45,7 @@ class App extends StatelessWidget {
const Locale('de'), // German
const Locale('hu'), // Hungarian
const Locale('pl'), // Polish
const Locale('fr'), // French
],
locale: kIsWeb
? Locale(html.window.navigator.language.split('-').first)