-
Notifications
You must be signed in to change notification settings - Fork 10
Dev.del/fix-editor-translations #368
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
Conversation
Changed Files
|
|
d638da6
to
34816da
Compare
@joanise I have streamlined the translation management as discussed. |
fix: deletion of translation
b2e23d7
to
34bb35c
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.
This works great, thank you! I tested adding, updating, removing translations, in the editor and studio, and the other edit features, and things seem to be working correctly. This brings the Studio&Editor in much better shape!
"sentence-id", | ||
); | ||
|
||
translation[sentenceID] = sentence.textContent; |
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.
We maybe want to null out lastAlignedSentenceId
here too, I think.
PR Goal?
Complete the implementation of the translation management in the editor
Fixes?
Various issues with the translations in the editor
Feedback sought?
Adding/remove/updating translations in the studio and editor. Also finding missing edge cases.
Priority?
HIGH
Tests added?
Will be part of the studio test suites
How to test?
Confidence?
HIGH
Version change?
patch
This patch does not use the agreed upon model we discussed. It just fixes the issues so we can proceed to adding tests before the work to change the modeling is done.