Skip to content

generate compiled translations (.mo files) when the package is built

sblondon requested to merge (removed):build-mo-files into master

With this PR, executing poetry build will generate automatically canaille/translations/*/LC_MESSAGES/messages.mo. The .mo will be included in the wheel archive.

pybabel must be installed on the system (or in an activated virtualenv). It's the same in the Makefile.

Merge request reports