I18N, message bundles and I18Nlog

John Mazzitelli mazz at redhat.com
Wed May 26 13:21:56 UTC 2010


>>> Which would require every contributor to add new translation to this
>>> file, which sounds more and more impractical.
>>
>> Oh, I guess in short what I wanted to say is - contributors aren't
>> required to do that.
>
> Do you happen to know the maven standard location for those?

You can just put them in the normal src/main/resources location in the 
maven module (e.g. src/main/resources/messages_fr.properties)

They will get copied over to the jar and will end up in the same place 
as the auto-generated .properties files (which is simply at the top root 
directory of the jar).


More information about the rhq-devel mailing list