-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Translation] Fix message key handling for the Localise provider #42649
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
Thank you for the bugfix, can you please add a testcase to avoid further regressions? cc @welcoMattic |
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.
It miss tests, but for me it looks good
Done |
@welcoMattic can you please review/test again? Thanks |
Since the PR title will appear in the ChangeLog of the next release: Can we please find a better one? The current title does not tell me what aspect of the provider needs fixing. |
How can I help you? |
Thank you @xepozz. |
…ovider (xepozz) This PR was squashed before being merged into the 5.3 branch. Discussion ---------- [Translation] Fix message key handling for the Localise provider | Q | A | ------------- | --- | Branch? | 5.3 and above | Bug fix? | yes | New feature? |no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? |no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | - Fixed non-recursively merging existing keys and created. Now created keys totally removed by usual merge. Handled situation when no keys are created in localise service. Commits ------- 36b4837 [Translation] Fix message key handling for the Localise provider
aee469a
to
36b4837
Compare
Fixed non-recursively merging existing keys and created. Now created keys totally removed by usual merge.
Handled situation when no keys are created in localise service.