manim icon indicating copy to clipboard operation
manim copied to clipboard

Continuously generating internationalization `.pot` files

Open Darylgolden opened this issue 3 years ago • 2 comments

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

Darylgolden avatar Oct 18 '21 10:10 Darylgolden

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.

MysaaJava avatar Oct 18 '21 12:10 MysaaJava

Is this still relevant ?

MrDiver avatar Jun 18 '22 17:06 MrDiver