feat: surface previous translation memory hints in editor ( Issue #502 )#912
feat: surface previous translation memory hints in editor ( Issue #502 )#912zanzo2003 wants to merge 2 commits intowagtail:mainfrom
Conversation
Some minor feedbacks!!
Highlights
|
| margin-left: 10px; | ||
|
|
||
| &--green { | ||
| color: #15704d; |
There was a problem hiding this comment.
Looks like the closing } for &--green got removed here along with the blank lines. Without it, &--red ends up nested inside &--green, so it'd compile to .icon--green--red instead of .icon--red — which would break the red error icon styling.
There was a problem hiding this comment.
Hey @Phinart98 , thanks for pointing that out !! totally missed that brace. I have updated the PR. Please let me know if there is anything else ? Thanks!


Summary ( PR for Issue #502 )
Testing
test_edit_translation.py::TestGetEditTranslationView::test_segments_include_previous_translation_when_source_changes
--ds=wagtail_localize.test.settings
cleanly
Adding test and Browser screen shots