manim
manim copied to clipboard
Continuously generating internationalization `.pot` files
Enhancement proposal
Currently, .pot
files are not automatically updated when docstrings change, meaning they have to be manually regenerated regularly. This is not ideal, as translators may be translating old docstrings, wasting their time and effort. It would be great if they could be automatically regenerated when docstrings change, perhaps by including the process in our pre-commit ci.
Additional comments
I'd like to add that the process is not that long as manim videos are not rendered when doing that.
If someone want to test/implement the command, just run make i18n
inside the /docs/
directory.
Is this still relevant ?