Renamed language files to correct format (using a dash)

This commit is contained in:
MikeWallaceDev 2022-01-27 19:16:17 -05:00
parent 2fa99a563c
commit e98972cebc
3 changed files with 1 additions and 1 deletions

View File

@ -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),