openedx / i18n-tools

Tools to help with internationalization and localization of Open edX projects
Apache License 2.0
26 stars 31 forks source link

feat: add `i18n_tool compile [DIRECTORY]` command | FC-0012 #141

Open OmarIthawi opened 7 months ago

OmarIthawi commented 7 months ago

i18n_tool generate generates and compiles .po files. As a user I'd like to have a compile [directory] step in which all .mo files are compiled recursivley without a need for a configuration file.

This would replace the Open edX commands:

This would be a good refactor to allow more IDAs to utilize atlas pull for their plugins similar to the edx-platform features:

This will also make the edx-platform slightly less of a monolith by moving out reusable components into other packages.

Related

FC-0012 Project

This issue was reported during the FC-0012 project which implements the Translation Infrastructure update OEP-58.