add new translations
This commit is contained in:
parent
0ca1f41950
commit
d8c7984351
7 changed files with 1750 additions and 1 deletions
|
|
@ -46,6 +46,9 @@ class App extends StatelessWidget {
|
|||
const Locale('hu'), // Hungarian
|
||||
const Locale('pl'), // Polish
|
||||
const Locale('fr'), // French
|
||||
const Locale('cs'), // Czech
|
||||
const Locale('es'), // Spanish
|
||||
const Locale('sk'), // Slovakian
|
||||
],
|
||||
locale: kIsWeb
|
||||
? Locale(html.window.navigator.language.split('-').first)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue