diff --git a/docs/0002-atlas-translations-management.rst b/docs/0002-atlas-translations-management.rst index 28ecc4c8b..aeaed5b45 100644 --- a/docs/0002-atlas-translations-management.rst +++ b/docs/0002-atlas-translations-management.rst @@ -43,13 +43,13 @@ The `OEP-58`_ workflow for mobile apps will proceed as follows: * The `openedx-translations repository`_ runs a daily cronjob to collect strings from the `openedx-app-ios`_ ``main`` branch. - * The `extract-translation-source-files.yml`_ workflow will clone the `openedx-app-ios`_. + * The `extract-translation-source-files.yml`_ workflow will clone the `openedx-app-ios`_ repo. * The `extract-translation-source-files.yml`_ workflow will run the `openedx-app-ios`_'s ``make combine_translations``. - * The ``make combine_translations`` combines English ``Localizable.strings`` files from the mobile app modules into a single ``I18N/I18N/en.lproj/Localizable.strings`` file. + * ``make combine_translations`` combines English ``Localizable.strings`` files from the mobile app modules into a single ``I18N/I18N/en.lproj/Localizable.strings`` file. - * The ``I18N/I18N/en.lproj/Localizable.strings`` is committed in the `openedx-translations repository`_. + * The ``I18N/I18N/en.lproj/Localizable.strings`` file is committed in the `openedx-translations repository`_. * The `GitHub Transifex app`_ will fetch the updated English source ``.strings`` files from `openedx-translations repository`_ @@ -59,9 +59,9 @@ The `OEP-58`_ workflow for mobile apps will proceed as follows: * Developers run ``make pull_translations`` to pull the translations from the `openedx-translations repository`_ - * The ``make pull_translations`` run `atlas pull`_ command pulls the translations + * ``make pull_translations`` runs `atlas pull`_ command to pull the translations - * The translation will be pulled in a single file for each language e.g. ``I18N/I18N/ar.lproj/Localizable.strings`` + * The translations will be pulled as a single file for each language e.g. ``I18N/I18N/ar.lproj/Localizable.strings`` * Then ``make pull_translations`` will run ``python scripts/split_translation_files.py`` to split the translations by module and place them in their corresponding directories