mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 01:28:24 +00:00
Fixed problem with translation key gen
This commit is contained in:
parent
2317f1682c
commit
33212df63a
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue