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:
@ -22,7 +22,7 @@ class AppWidgetTask extends LaunchTask {
|
|||||||
() {
|
() {
|
||||||
runApp(
|
runApp(
|
||||||
EasyLocalization(
|
EasyLocalization(
|
||||||
supportedLocales: const [Locale('en'), Locale('zh_CN'), Locale('it_IT')],
|
supportedLocales: const [Locale('en'), Locale('zh', 'CN'), Locale('it', 'IT')],
|
||||||
path: 'assets/translations',
|
path: 'assets/translations',
|
||||||
fallbackLocale: const Locale('en'),
|
fallbackLocale: const Locale('en'),
|
||||||
child: app),
|
child: app),
|
||||||
|
Reference in New Issue
Block a user