Closed shadinaif closed 1 year ago
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.
Patch and project coverage have no change.
Comparison is base (
98ed45f
) 97.75% compared to head (67d1c45
) 97.75%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
It seems this is following the same pattern as https://github.com/openedx/xblock-drag-and-drop-v2/pull/326
Once the requested changes on that one have been made this should be updated to match the approved pattern. I'm marking this as "blocked by other work" for now
Done @brian-smith-tcril
Hi @shadinaif @brian-smith-tcril - is this ready for review?
@mphilbrick211 yes it is! According to the spreadsheet a review is required from @MichaelRoytman
@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.
ignore_dirs
. JS text extraction is failing because it re-reads its ownpublic/js/translations
directory. Related to work done in https://github.com/openedx/xblock-lti-consumer/pull/360make extract_translations
to usemsgcat
instead oftail
. Related to work done in https://github.com/openedx/xblock-lti-consumer/pull/341References
This pull request is part of the FC-0012 project which is sparked by the Translation Infrastructure update OEP-58.
Check the links above for full information about the overall project.
Internalization is being rearchitected in Open edX Python, XBlock, Micro-frontend, and other projects. There are a number of immediately visible changes:
.json
,.po
or.mo
files will be committed into the repos.make extract_translations
in all repositoriesBreaking Changes
One of the primary goals of the project is to avoid breaking changes. If you noticed any suspicious code, please raise your concern. But before that, please know the strategy we're following to avoid breaking changes
For XBlocks:
conf/locale
. Therefore, we are creating a link fromconf/locale
totranslations
so Atlas can find the path without disrupting the current way of having translations locally within the XBlocks