l10n: Enable japanese and turkish locale

This commit is contained in:
Neeraj Gupta
2023-07-13 21:29:20 +05:30
parent 479753291c
commit 54f94c2137

View File

@@ -8,13 +8,15 @@ const List<Locale> appSupportedLocales = <Locale>[
Locale('de'),
Locale('en'),
Locale('es', 'ES'),
Locale('fa'),
Locale('fr'),
Locale('it'),
Locale('ja'),
Locale('nl'),
Locale('fa'),
Locale('pl'),
Locale('pt', 'BR'),
Locale('ru'),
Locale('tr'),
Locale("zh", "CN"),
];