Skip to content

Commit

Permalink
fix: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
OmarIthawi and brian-smith-tcril authored Mar 27, 2024
1 parent 7a1601c commit 2000fc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/0002-atlas-translations-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ The `OEP-58`_ workflow for mobile apps will proceed as follows:

* The translation will be pulled in 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`` script to split the translations into the modules e.g. ``Course/Course/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
e.g. ``Course/Course/ar.lproj/Localizable.strings``

Notable changes
===============
Expand Down

0 comments on commit 2000fc6

Please sign in to comment.