#1279 changed Shavian resource tag to prevent bug on Android <7
This commit is contained in:
parent
1c61aa7d14
commit
a65c0fe3b1
3 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,8 @@ class Contributors {
|
|||
Contributor('Your Average Code', 'neumeiersi91358@th-nuernberg.de'),
|
||||
Contributor('Paranoid Android', 'f.cherdzhiev@innopolis.university'),
|
||||
Contributor('Noah Kenzie Rodriguez-Beus', 'noahbeus@protonmail.com'),
|
||||
Contributor('5FeetUnder', '15950507+5FeetUnder@users.noreply.github.com'),
|
||||
// Contributor('Femini', 'nizamismidov4@gmail.com'), // Azerbaijani
|
||||
// Contributor('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali
|
||||
// Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese
|
||||
// Contributor('Khant', 'khant@users.noreply.hosted.weblate.org'), // Burmese
|
||||
|
|
|
@ -64,6 +64,7 @@ class AvesApp extends StatefulWidget {
|
|||
// temporary exclude locales not ready yet for prime time
|
||||
// `ckb`: add `flutter_ckb_localization` and necessary app localization delegates when ready
|
||||
static final _unsupportedLocales = {
|
||||
'az', // Azerbaijani
|
||||
'bn', // Bengali
|
||||
'ckb', // Kurdish (Central)
|
||||
'da', // Danish
|
||||
|
|
Loading…
Reference in a new issue