-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Merge hotfix 21.4.1 into relese 21.5 #19906
Conversation
The fix was in the previous commit, 0fdcefc Interesting to note that the modified string was not the only one to change once the automate process run.
As usual when merging a hotfix, we got conflicts in the version `xcconfig` files: - `config/Version.internal.xcconfig` - `config/Version.public.xcconfig` I resolved them by keeping the version from the 21.5 branch, as that is the newest version and the one we want to keep in that branch.
"migration.notifications.footer" = "When the alert apears tap Allow to continue receiving all your WordPress notifications."; | ||
"migration.notifications.footer" = "When the alert appears tap Allow to continue receiving all your WordPress notifications."; |
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.
After this PR lands in release/21.5
, we'll followup with one that lands release/21.5
into trunk
. Once that happens, this change will be sent to GlotPress.
I'm not sure how GlotPress will react to it, but my guess is that it will mark all the translations for migration.notifications.footer
as fuzzy because it should recognize the new value as similar (short Levenshtein distance?) as the previous one. In that case, it will be straightforward to approve those strings on our end, without having to wait for community translators to do so.
You can test the changes in Jetpack from this Pull Request by:
|
You can test the changes in WordPress from this Pull Request by:
|
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.
LGTM 🚀
As usual when merging a hotfix, we got conflicts in the version
xcconfig
files:config/Version.internal.xcconfig
config/Version.public.xcconfig
I resolved them by keeping the version from the 21.5 branch, as that is the newest version and the one we want to keep in that branch.
The reason we made the hotfix 21.4.1 was to have complete localization of the new, critical Jetpack migration flow and include a minor typo fix, #19878. As such, 21.4.1 updates all the
.strings
files, which is also why we have all those files changed in the diff.For reference, you can check the 21.4.1 localization changes against 21.4 via #19905.