mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Renamed language files to correct format (using a dash)
This commit is contained in:
parent
2fa99a563c
commit
e98972cebc
@ -22,7 +22,7 @@ class AppWidgetTask extends LaunchTask {
|
||||
() {
|
||||
runApp(
|
||||
EasyLocalization(
|
||||
supportedLocales: const [Locale('en'), Locale('zh_CN'), Locale('it_IT')],
|
||||
supportedLocales: const [Locale('en'), Locale('zh', 'CN'), Locale('it', 'IT')],
|
||||
path: 'assets/translations',
|
||||
fallbackLocale: const Locale('en'),
|
||||
child: app),
|
||||
|
Loading…
Reference in New Issue
Block a user