Merge pull request #277 from MikeWallaceDev/rename_translation_files

Renamed language files to correct format (using a dash)
This commit is contained in:
AppFlowy.IO 2022-01-28 09:46:53 +08:00 committed by GitHub
commit 80242afb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'), Locale('fr', 'CA')],
supportedLocales: const [Locale('en'), Locale('zh', 'CN'), Locale('it', 'IT'), Locale('fr', 'CA')],
path: 'assets/translations',
fallbackLocale: const Locale('en'),
child: app),