build(make): add translation generation

This commit is contained in:
2025-02-15 19:40:40 +01:00
parent 65dce1b060
commit a03f31e237
2 changed files with 9 additions and 2 deletions

View File

@ -12,7 +12,10 @@ publish:
clean:
uv run invoke clean
init:
%.mo: %.po
msgfmt "$^" -o "$@"
init: themes/clean-blog/translations/fr/LC_MESSAGES/messages.mo
uv sync
.PHONY: clean build publish dev init