Update translated languages
This commit is contained in:
parent
2b28667f07
commit
164f1e43ef
3 changed files with 19 additions and 2 deletions
|
|
@ -49,6 +49,10 @@ class App extends StatelessWidget {
|
|||
const Locale('cs'), // Czech
|
||||
const Locale('es'), // Spanish
|
||||
const Locale('sk'), // Slovakian
|
||||
const Locale('gl'), // Galician
|
||||
const Locale('hr'), // Croatian
|
||||
const Locale('ja'), // Japanese
|
||||
const Locale('ru'), // Russian
|
||||
],
|
||||
locale: kIsWeb
|
||||
? Locale(html.window.navigator.language.split('-').first)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue