Custom translations for the FutureX Open edX Platform. This is fork of the standard https://github.com/openedx/openedx-translations/ for FutureX LMS use.
Open scripts/reword_list.csv
and edit the entries as provided by NELC:
- english_word: The English word, used for reference and double check.
- arabic_word: The Arabic translation needing replacement.
- arabic_replacement: The new Arabic translation.
- note: Optional field if notes are needed.
To get a fresh copy of the translation files (currently Redwood) and replace them please do the following:
make pull_and_replace
translations-upstream
: The upstream unmodified copy will be placed e.g.translations-upstream/edx-platform/conf/locale
.translation-overrides
: The override-only files will be placed e.g.translation-overrides/edx-platform/conf/locale
. Thetranslation-overrides
can be appended toLOCALE_PATHS
similar to themes translations.translations
: This contains a combined version of both upstream with overridden entries replaced. This directory can be used directly viaatlas pull --repository=nelc/futurex-translations
during Docker builds in Redwood release and newer.
As of Redwood, this repository is ready to be used in Tutor directly without additional plugins by setting the following configuration in Tutor:
ATLAS_REPOSITORY: nelc/futurex-translations
ATLAS_REVISION: open-release/redwood.master # The branch changes based on the release name