-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Enhanced ReferenceResolvingException to be multilingual #725
Conversation
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.
Java .properties file do not accept multi-line comments. The file header has to be set to single line comment using the '#'.
The TMC is (in principle) in favor of i18n efforts. However: if we are going to endorse this we would expect that (eventually) every string is translated. Not just this one. |
The TMC re-evaluated the need for i18n within deegree. Although we are by no means against i18n in general we would like it to be a all or nothing solution. Translating just a single error message into another language doesn't seem to be the right approach. |
Previously the ReferenceResolvingException was a hard coded message in english. With this pull requests a german message was provided by using i18n messages from ResourceBundle.