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

@ -25,6 +25,7 @@ class AppLocalizationsDelegate extends LocalizationsDelegate<L10n> {
'hy',
'tr',
'zh_Hans',
'et',
].contains(locale.languageCode);
}