openedx / xblock-image-explorer

GNU Affero General Public License v3.0
9 stars 39 forks source link

i18n infrastructure #61

Closed viadanna closed 5 years ago

viadanna commented 5 years ago

This PR adds the edx-i18n-tools and the necessary configuration to handle internationalization, along with a Makefile to automate the most common use cases.

Testing instructions:

  1. Pull this branch and create a virtualenv.
  2. Run make targets related to i18n:
    $ make extract_translations
    $ make compile_translations
    $ make build_dummy_translations
    $ make validate_translations
    (...)

Reviewers