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:
Yannick Mauray 2021-12-10 00:39:01 +01:00
parent c00526a5be
commit 4684e779b9
No known key found for this signature in database
GPG Key ID: 67C4AAC5E99CB909
1 changed files with 3 additions and 3 deletions

View File

@ -18,14 +18,14 @@
*/
final supportedLocales = [
'cs_CZ',
'cy',
//'cy',
'de',
'en',
'fr',
'gd',
//'gd',
'it',
'nl',
'no',
'oc',
//'oc',
'ru',
];