Skip to content

Commit

Permalink
fix: fixup previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Mar 27, 2024
1 parent 2000fc6 commit 3b22325
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/0002-atlas-translations-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_

Expand All @@ -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
Expand Down

0 comments on commit 3b22325

Please sign in to comment.