mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
Merge pull request #277 from MikeWallaceDev/rename_translation_files
Renamed language files to correct format (using a dash)
This commit is contained in:
commit
80242afb93
3 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue