chore: Add new language
This commit is contained in:
parent
6d1c3350cd
commit
6d69c2098b
5 changed files with 479 additions and 304 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue