chore: Add new language

This commit is contained in:
Sorunome 2020-09-09 14:35:05 +02:00
commit 6d69c2098b
5 changed files with 479 additions and 304 deletions

View file

@ -76,6 +76,7 @@ class App extends StatelessWidget {
const Locale('hy'), // Armenian
const Locale('tr'), // Turkish
const Locale('zh_Hans'), // Chinese (Simplified)
const Locale('et'), // Estonian
],
locale: kIsWeb
? Locale(html.window.navigator.language.split('-').first)