This commit is contained in:
Thibault Deckers 2024-10-03 23:17:56 +02:00
parent a1ddcf37d8
commit fcdbbc9854
2 changed files with 3 additions and 0 deletions

View file

@ -101,6 +101,8 @@ class Contributors {
Contributor('Scorza9999', 'oliva.scorza@gmail.com'), Contributor('Scorza9999', 'oliva.scorza@gmail.com'),
Contributor('Taufan', 'taufanxxx@gmail.com'), Contributor('Taufan', 'taufanxxx@gmail.com'),
Contributor('Leo Aaua Felix', 'g00g7el@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('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali
// Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese // Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese
// Contributor('Khant', 'khant@users.noreply.hosted.weblate.org'), // Burmese // Contributor('Khant', 'khant@users.noreply.hosted.weblate.org'), // Burmese

View file

@ -77,6 +77,7 @@ class AvesApp extends StatefulWidget {
'or', // Odia 'or', // Odia
'sat', // Santali 'sat', // Santali
'sl', // Slovenian 'sl', // Slovenian
'sr', // Serbian
'th', // Thai 'th', // Thai
}.map(Locale.new).toSet(); }.map(Locale.new).toSet();
static final List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList(); static final List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList();