fix: make msgfmt.py executable

This commit is contained in:
Chidi Williams 2024-03-14 11:51:48 +00:00
parent 5df9af05a2
commit 4a7f42e32b

View file

@ -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