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 = [
|
final supportedLocales = [
|
||||||
'cs_CZ',
|
'cs_CZ',
|
||||||
'cy',
|
//'cy',
|
||||||
'de',
|
'de',
|
||||||
'en',
|
'en',
|
||||||
'fr',
|
'fr',
|
||||||
'gd',
|
//'gd',
|
||||||
'it',
|
'it',
|
||||||
'nl',
|
'nl',
|
||||||
'no',
|
'no',
|
||||||
'oc',
|
//'oc',
|
||||||
'ru',
|
'ru',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue