-
Notifications
You must be signed in to change notification settings - Fork 115
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
Texts not externalised #1236
Comments
@lathapatil: Can you provide a fix for this? |
Yes. Can I create those strings in ICompareUIConstants.java file ? |
No. Pls. have a look at https://github.com/eclipse-platform/eclipse.platform/blob/master/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.java#L20 |
Externalization of text used in "Textmergeviewer.java" related to number of differences shown in toolbar of compare editor. Fixes eclipse-platform#1236
Externalization of text used in "Textmergeviewer.java" related to number of differences shown in toolbar of compare editor uaing MessageFormat.format
Externalization of text used in "Textmergeviewer.java" related to number of differences shown in toolbar of compare editor using MessageFormat.format
Externalization of text used in "Textmergeviewer.java" related to number of differences shown in toolbar of compare editor using MessageFormat.format
Externalization of text used in "Textmergeviewer.java" related to number of differences shown in toolbar of compare editor using MessageFormat.format Version bump to 3.10.100
Externalization of text used in "Textmergeviewer.java" related to number of differences shown in toolbar of compare editor using MessageFormat.format Version bump to 3.10.100 Update team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties Co-authored-by: Matthias Becker <[email protected]>
Externalization of text used in "Textmergeviewer.java" related to number of differences shown in toolbar of compare editor using MessageFormat.format Version bump to 3.10.100 Update team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties Co-authored-by: Matthias Becker <[email protected]>
Let's make sure issue is not already fixed in latest builds first.
Steps to reproduce
Have a look at https://github.com/eclipse-platform/eclipse.platform/blob/a17ae73905f80cbd162cb17f96257c62fd63d2ed/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java#L5424C1-L5425C109
You see that the texts are not externalised and therefore cannot be translated.
This was overlooked in #731
Community
The text was updated successfully, but these errors were encountered: