Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
i18n_tool extract; i18n_tool dummy; i18n_tool generate
paver i18n_compilejs
paver i18n_release_push # This will fail and you will have to upload 2 files manually.

Manually Uplodaing the Translations Files

Once the translations have been compiled, the following files need to be uploaded to transifex in the Open edX Releases project.

Code Block
edx-platform/conf/locale/en/LC_MESSAGES/djangojs.po
edx-platform/conf/locale/en/LC_MESSAGES/django.po
Note

This will change .po and .mo files that will need to be committed.

4. Run through the native installation (until Lilac)

...