-
Notifications
You must be signed in to change notification settings - Fork 7
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
Externalize character chains #3
Labels
enhancement
New feature or request
Comments
Action to perform
Progress
|
Special caseorg.eclipse.poosl.xtext.custom.FormattingHelper is a major problem for i18n. It mixes technical StringBuilding (like method signature) and user messages. Complete reengineering is required:
Direct usage :
It should only be used for formatting model: expected result should be everything is non-nls |
mypsycho
pushed a commit
that referenced
this issue
Nov 16, 2021
mypsycho
pushed a commit
that referenced
this issue
Nov 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After a first pass to separate externalizable chains from the others by adding NON-NLS tags, about 1000 chains needs externalization.
About mwe2 generation,
there is no option to include //NON-NLS tag
but eclipse error/warning can be toggle off in "Java Build Path" cfg.
How to
To ensure no local String is used 2 tools are needed:
The text was updated successfully, but these errors were encountered: