mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #308 from MikeWallaceDev/fix_readd_russian_language
fix: put back Russian language
This commit is contained in:
commit
cac0dcaf7f
@ -29,13 +29,16 @@ class AppWidgetTask extends LaunchTask {
|
||||
runApp(
|
||||
EasyLocalization(
|
||||
supportedLocales: const [
|
||||
// In alphabetical order
|
||||
Locale('en'),
|
||||
Locale('zh', 'CN'),
|
||||
Locale('it', 'IT'),
|
||||
Locale('fr', 'CA'),
|
||||
Locale('it', 'IT'),
|
||||
Locale('ru', 'RU'),
|
||||
Locale('zh', 'CN'),
|
||||
],
|
||||
path: 'assets/translations',
|
||||
fallbackLocale: const Locale('en'),
|
||||
saveLocale: false,
|
||||
child: app,
|
||||
),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user