Skip to content

Commit

Permalink
Adding msgfmt --help to see if msgfmt is installed on action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcieltorres committed Feb 18, 2024
1 parent 12989b2 commit 62b21c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ generate-default-env-file:
@if [ ! -f .env ]; then cp env.template .env; fi;

generate-mo-files:
msgfmt --help
msgfmt -o ${GITHUB_WORKSPACE}/src/locales/en/LC_MESSAGES/base.mo ${GITHUB_WORKSPACE}/src/locales/en/LC_MESSAGES/base.po
msgfmt -o ${GITHUB_WORKSPACE}/src/locales/pt_BR/LC_MESSAGES/base.mo ${GITHUB_WORKSPACE}/src/locales/pt_BR/LC_MESSAGES/base.po

0 comments on commit 62b21c1

Please sign in to comment.