-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: sync from old transifex project #1191
feat: sync from old transifex project #1191
Conversation
Thanks for the pull request, @shadinaif! 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. Please let us know once your PR is ready for our review and all tests are green. |
4d369b8
to
567c216
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shadinaif I've added few notes. Please check them and let me know when it's ready for another review.
2774bca
to
1e41160
Compare
1e41160
to
9ef9f27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shadinaif!
This looks great now.
@brian-smith-tcril, would you mind taking a look before we merge this pull request?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for building this out! This will be huge for getting OEP-58 out the door!
I left a couple little comments in there, nothing too big.
8864d6d
to
e64f0cc
Compare
Thank you @brian-smith-tcril
comment added to
two basic tests added cc: @OmarIthawi |
e64f0cc
to
5da4f21
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shadinaif for adding tests.
I've added some suggestions to make tests more understandable.
This is a on-demand GitHub Actions workflow which will sync traslations and their status from the `open-edx/edx-platform` Transifex project (old) into `open-edx/openedx-translations` OEP-58 project (new). Refs: FC-0012 OEP-58
5da4f21
to
6bfd6e0
Compare
Thank you @OmarIthawi , done |
@shadinaif 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Thanks @shadinaif!! Merged :) |
This is an on-demand GitHub Actions workflow which will sync traslations and their status from the
open-edx/edx-platform
Transifex project (old) intoopen-edx/openedx-translations
OEP-58 project (new).This is to address openedx/edx-platform#32994 (comment) on preserving the translated/reviewed status when migrating to the new project.
credentials
)This PR replaces #569