I am trying to make some changes to the Brazilian Portuguese translation of Tutor 10.0.7, following the instructions at https://docs.tutor.overhang.io/configuration.html#adding-custom-translations (and in some posts here on this forum ), but I still have some questions. Could someone please confirm that the understanding below is correct?
-
To adjust the translation I need the pt_BR files from both edx-platform and Open edX.
-
The pt_BR files are available for edx-plaform at https://github.com/edx/edx-platform/tree/open-release/juniper.1/conf/locale/pt_BR/LC_MESSAGES.
-
However, pt_BR files are NOT available for Open edX at https://github.com/openedx/openedx-i18n/tree/master/edx-platform/locale. In that case I would need to directly use the pt_BR files available at https://www.transifex.com/open-edx/open-edx-releases/language/pt_BR/ (for the Juniper version).
-
After obtaining the files listed above (items 2 and 3) I must merge them in the files django.po and djangojs.po in the following directory: $(tutor config printroot)/env/build/openedx/locale/en_BR/LC_MESSAGES/
-
In these two files I adjust the translations.
-
When finishing the translation adjustments, it is necessary to rebuild the Docker image with “tutor images build openedx openedx-dev”.
-
Finally, restart Tutor with “tutor local start -d”.
Please, are the above steps correct? Or did I get something wrong?