chore: update languages
This commit is contained in:
parent
25ab8d8c1b
commit
c68902d24d
22 changed files with 2451 additions and 3460 deletions
|
|
@ -54,6 +54,9 @@ class App extends StatelessWidget {
|
|||
const Locale('ja'), // Japanese
|
||||
const Locale('ru'), // Russian
|
||||
const Locale('uk'), // Ukrainian
|
||||
const Locale('hy'), // Armenian
|
||||
const Locale('tr'), // Turkish
|
||||
const Locale('zh_Hans'), // Chinese (Simplified)
|
||||
],
|
||||
locale: kIsWeb
|
||||
? Locale(html.window.navigator.language.split('-').first)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue