openedx / openedx-app-ios

The mobile app for iOS for the Open EdX Platform.
Apache License 2.0
19 stars 13 forks source link

feat: atlas pull and push scripts | FC-55 #412

Closed OmarIthawi closed 1 month ago

OmarIthawi commented 2 months ago

Description

This pull request provides the CI scripts and developer tooling for the Atlas Translations Management Design proposal related to OEP-58.

Testing instructions

Testing the pull_translations:

git rm '**/uk.lproj/Localizable.strings'
make ATLAS_OPTIONS='--repository=Zeit-Labs/openedx-translations --branch=fc_55_sample' pull_translations
git status

Testing the combine_translations:

TBD

Status

We'll merge to this pull request into this branch multiple pull requests. We'll keep this open until we're ready for review.

This pull request is useful to watch progress.

TODO

Related issues

openedx-webhooks commented 2 months ago

Thanks for the pull request, @OmarIthawi! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

This is currently a draft pull request. When it is ready for our review and all tests are green, click "Ready for Review", or remove "WIP" from the title, as appropriate.

openedx-webhooks commented 1 month ago

@OmarIthawi Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future.

OmarIthawi commented 1 month ago

Closed in favor of https://github.com/openedx/openedx-app-ios/pull/422