l10n
This commit is contained in:
parent
a1ddcf37d8
commit
fcdbbc9854
2 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,8 @@ class Contributors {
|
|||
Contributor('Scorza9999', 'oliva.scorza@gmail.com'),
|
||||
Contributor('Taufan', 'taufanxxx@gmail.com'),
|
||||
Contributor('Leo Aaua Felix', 'g00g7el@gmail.com'),
|
||||
Contributor('-J-', 'heyj0e@tuta.io'),
|
||||
Contributor('bittin1ddc447d824349b2', 'bittin@reimu.nl'),
|
||||
// Contributor('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali
|
||||
// Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese
|
||||
// Contributor('Khant', 'khant@users.noreply.hosted.weblate.org'), // Burmese
|
||||
|
|
|
@ -77,6 +77,7 @@ class AvesApp extends StatefulWidget {
|
|||
'or', // Odia
|
||||
'sat', // Santali
|
||||
'sl', // Slovenian
|
||||
'sr', // Serbian
|
||||
'th', // Thai
|
||||
}.map(Locale.new).toSet();
|
||||
static final List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList();
|
||||
|
|
Loading…
Reference in a new issue