Skip to content

Commit

Permalink
Fixing path of po file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcieltorres committed Feb 18, 2024
1 parent 039025e commit a55396f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ generate-default-env-file:
@if [ ! -f .env ]; then cp env.template .env; fi;

generate-mo-files:
msgfmt -o src/locales/en/LC_MESSAGES/base.mo src/locales/en/LC_MESSAGES/base.po
msgfmt -o src/locales/pt_BR/LC_MESSAGES/base.mo src/locales/pt_BR/LC_MESSAGES/base.po
msgfmt -o ./src/locales/en/LC_MESSAGES/base.mo ./src/locales/en/LC_MESSAGES/base.po
msgfmt -o ./src/locales/pt_BR/LC_MESSAGES/base.mo ./src/locales/pt_BR/LC_MESSAGES/base.po

0 comments on commit a55396f

Please sign in to comment.