I don't think compilation At Package installation time is a good idea
because it would mean requiring GNU get text msgfmt binary availability at
that point.
I'd say the way to go is to perform that .mo files generation at release
time so that msgfmt needs to be installed on the Django team release
Hi. I have some questions about implementation.
It would be nice to compile those .mo files at package build time.
>
It's about setup.py? Or compilation must be in another place?
One more question - if it should be in setup.py, will I be able to run
compilemessages command during package install