Skip to content

Commit

Permalink
fix: make msgfmt.py executable
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Mar 14, 2024
1 parent 5df9af0 commit 4a7f42e
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 @@ -168,6 +168,7 @@ translation_po:
msgmerge -U ${PO_FILE_PATH} ${TMP_POT_FILE_PATH}

translation_mo:
chmod +x msgfmt.py
for dir in buzz/locale/*/ ; do \
msgfmt.py -o $$dir/LC_MESSAGES/buzz.mo $$dir/LC_MESSAGES/buzz.po; \
done
Expand Down

0 comments on commit 4a7f42e

Please sign in to comment.