Fixed: removed 'cy', 'gd' and 'oc' as from locales
Flutter doesn't support those locales, and the app crashes if they are activated.
This commit is contained in:
parent
c00526a5be
commit
4684e779b9
|
@ -18,14 +18,14 @@
|
|||
*/
|
||||
final supportedLocales = [
|
||||
'cs_CZ',
|
||||
'cy',
|
||||
//'cy',
|
||||
'de',
|
||||
'en',
|
||||
'fr',
|
||||
'gd',
|
||||
//'gd',
|
||||
'it',
|
||||
'nl',
|
||||
'no',
|
||||
'oc',
|
||||
//'oc',
|
||||
'ru',
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue