-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
packages: title localization fix #12062
Merged
vince-fugnitto
merged 7 commits into
eclipse-theia:master
from
FernandoAscencio:fa/dialogueTitleLocalization
Jan 16, 2023
Merged
packages: title localization fix #12062
vince-fugnitto
merged 7 commits into
eclipse-theia:master
from
FernandoAscencio:fa/dialogueTitleLocalization
Jan 16, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FernandoAscencio
force-pushed
the
fa/dialogueTitleLocalization
branch
from
January 12, 2023 15:01
aa0623e
to
413a2d6
Compare
vince-fugnitto
added
the
localization
issues related to localization/internalization/nls
label
Jan 12, 2023
The commit fixes six localization bugs related titles of windows and messages. Signed-off-by: FernandoAscencio <[email protected]>
FernandoAscencio
force-pushed
the
fa/dialogueTitleLocalization
branch
from
January 12, 2023 16:16
413a2d6
to
59892d5
Compare
Corrections to the previous localization title fix as suggested in the Reviews Signed-off-by: FernandoAscencio <[email protected]>
Another review correction Signed-off-by: FernandoAscencio <[email protected]>
vince-fugnitto
approved these changes
Jan 12, 2023
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.
The changes look good to me 👍
msujew
approved these changes
Jan 16, 2023
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.
Looks good to me as well 👍
Co-authored-by: Vincent Fugnitto <[email protected]>
The commit fixes six localization bugs related titles of windows and messages. Signed-off-by: FernandoAscencio <[email protected]>
…nandoAscencio/theia into fa/dialogueTitleLocalization
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What it does
Closes #11954 (comment).
The commit fixes localization bugs found in the titles of windows.
While in the process of solving this issue, a check on other title variables found several other windows with similar localization issues. In total six issues should be fixed.
How to test
To test if the initial issue was solved:
view
>debug)
watch
section clickadd expression
(+ icon)edit watch expression
configure display language
(usingF1
) and install a new languageReview checklist
Reminder for reviewers
Signed-off-by: FernandoAscencio [email protected]