-
Notifications
You must be signed in to change notification settings - Fork 16
[MCKIN-7023] Improve XBlock i18n by allowing template translations #1032
Conversation
@pomegranited Am I right in thinking that any PR with "[MCKIN]" in the title isn't an OSPR? |
@nedbat Yep totally -- though some people might omit the |
Just manual for now.. :) |
251cdb1
to
b862eb6
Compare
@nedbat @pomegranited It's a little more complicated than that. If we submit work like this upstream to In general, OSPRs are never used for this repository/organization though, so a good rule of thumb is to not expect OSPRs for anything in the |
@pomegranited Note that in preparation for a Ginkgo rebase, this shouldn't be merged this week and we may need to target the |
Thanks @bradenmacdonald edit saw your message, so changed the target to |
b862eb6
to
924d890
Compare
Perfect, thanks @pomegranited ! |
Note that we need to get a green CI build before merging. |
351b88d
to
15f681b
Compare
Rebased on top of 'integration' from 291fa53e8b0f465cfc976903498b79bf9fbb4a59. |
291fa53
to
d669319
Compare
Removed 291fa53e8b0f465cfc976903498b79bf9fbb4a59 to see if it has any effect on tests which are still failing. |
24ac919
to
d86c03f
Compare
@mtyaka Ok, the only remaining issues are quality failures, which don't seem to be related to this ticket. What should I do? |
@pomegranited It's fine to ignore unrelated quality issues; another team is working on those things as part of the overall ginkgo upgrade. See #1040 (comment) |
@bradenmacdonald Should I revert the quality-related commits, 2f5db08 and d86c03f? |
@pomegranited Probably, to make the team that's doing the rebase have an easier time, with fewer commits to deal with. |
87cfb2e
to
2805cce
Compare
@bradenmacdonald done. |
👍
|
to allow XBlock template translations. Will need to replace these with proper version bumps once the relevant PRs are merged.
5213d1f
to
a71bcd0
Compare
Thanks @mtyaka !
Merging now. |
Uses temporary branches for XBlock, xblock-utils, and DnDv2-new to provide fixes for XBlock template translations.
JIRA tickets: MCKIN-7023
Discussions: WL-230, YONK-879
Dependencies:
Screenshots: See openedx/xblock-image-explorer#37 and openedx/xblock-drag-and-drop-v2#154 for before and after screenshots using dummy translations.
Merge deadline: ASAP
Testing instructions:
See openedx/xblock-image-explorer#37 for test instructions.
Author notes and concerns:
Reviewers