|
@@ -3,4 +3,4 @@
|
|
echo 'Generating language files'
|
|
echo 'Generating language files'
|
|
cd app_flowy
|
|
cd app_flowy
|
|
flutter pub run easy_localization:generate -S assets/translations/
|
|
flutter pub run easy_localization:generate -S assets/translations/
|
|
-flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart -S assets/translations
|
|
|
|
|
|
+flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart -S assets/translations -s en.json
|