[
https://issues.apache.org/jira/browse/OWB-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg resolved OWB-191.
-------------------------------
Resolution: Fixed
i18n bundle moved from
* META-INF/Messages_en.properties
to
* openwebbeans/Messages.properties
to ensure 2 things
1.) the Messages also get picked up if the langage is not 'en' e.g for a
Locale='de_AT'
2.) the resource doesn't interfere with other Messages.properties files this way
> Convert logging to use keyed, formatted strings from a ResourceBundle to
> allow for translation.
> -----------------------------------------------------------------------------------------------
>
> Key: OWB-191
> URL: https://issues.apache.org/jira/browse/OWB-191
> Project: OpenWebBeans
> Issue Type: Improvement
> Components: Core
> Environment: All.
> Reporter: Paul J. Reder
> Assignee: Gurkan Erdogdu
> Fix For: M4
>
> Attachments: ResourceBundlePort.patch
>
>
> Currently all logs and exceptions use hard coded strings that are embedded
> throughout the source. The attached patch converts the code to use key-based
> strings from a ResourceBundle so that all strings are collected in one place
> to enable translation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.