chore: update languages

This commit is contained in:
Sorunome 2020-09-03 11:44:42 +02:00
commit c68902d24d
22 changed files with 2451 additions and 3460 deletions

View file

@ -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)