mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Fixed problem with translation key gen
This commit is contained in:
parent
2317f1682c
commit
33212df63a
@ -1,4 +1,4 @@
|
||||
echo 'Generating language files'
|
||||
cd app_flowy
|
||||
|
||||
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 -S assets/translations/ && flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart -S assets/translations/ -s en.json
|
@ -3,4 +3,4 @@
|
||||
echo 'Generating language files'
|
||||
cd app_flowy
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user