Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
OskarStark commentedAug 20, 2021
Thank you for the bugfix, can you please add a testcase to avoid further regressions? |
welcoMattic left a comment
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
xepozz commentedAug 21, 2021
Done |
OskarStark commentedAug 22, 2021
@welcoMattic can you please review/test again? Thanks |
derrabus commentedAug 22, 2021
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. |
xepozz commentedAug 23, 2021
How can I help you? |
fabpot commentedAug 23, 2021
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 to36b4837Compare
Uh oh!
There was an error while loading.Please reload this page.
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.