-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Fix Expand+Collapse Translation Key #59672
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
Fix Expand+Collapse Translation Key #59672
Conversation
|
Adding label to backport as same language keys also have been (half-baked) moved in 3.1 branch) |
|
Nice! |
|
All failures are unrelated to UI only change, seems to be "something" broken on main. Will investigate separately... therefore merging. |
Backport failed to create: v3-1-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker a59396c v3-1-testThis should apply the commit to the v3-1-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continue |
(cherry picked from commit a59396c) Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
While testing #59671 I noticed that the movement of the translation key
collapseAllExtraandexpandAllExtraas a bit in-consistent, also all languages were not adjusted and did not move translation key. This PR fixes this and adjusts all (except German) translations to be correctly translated based on the previous key name. Label was "generic" in the past so I assume a re-translation is not needed.