Skip to content

Commit

Permalink
Merge pull request AppFlowy-IO#468 from AppFlowy-IO/fix_language_gen
Browse files Browse the repository at this point in the history
fix: generate en language as default
  • Loading branch information
appflowy authored Apr 28, 2022
2 parents f2cd384 + 7e7fe41 commit 0662e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Code Generation
working-directory: frontend/app_flowy
run: |
flutter packages pub run easy_localization:generate -S ./assets/translations -f keys -O lib/generated -o locale_keys.g.dart
flutter packages pub run easy_localization:generate -f keys -o locale_keys.g.dart -S assets/translations -s en.json
flutter packages pub run build_runner build --delete-conflicting-outputs
- name: Run Flutter Analyzer
working-directory: frontend/app_flowy
Expand Down

0 comments on commit 0662e37

Please sign in to comment.