Add French translations
This commit is contained in:
parent
7d1358228e
commit
2dbc5c29fd
6 changed files with 1796 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue