User:Masao/i18n

From MPDLMediaWiki
< User:Masao
Revision as of 13:59, 22 September 2008 by Masao (talk | contribs) (in the <locale-config> element)
Jump to navigation Jump to search

On 2008-09-22, I made some of Japanese resources for PubMan.

Howto[edit]

pubman_presentation/src/main/webapp/WEB-INF/faces-config.xml[edit]

Add the following line in the <locale-config> element:

  <supported-locale>ja</supported-locale>

pubman_presentation/src/main/java/de/mpg/escidoc/pubman/util/InternationalizationHelper.java[edit]

Add information for a link to language-specific helps. (maybe no need to work right now...)

pubman_presentation/src/main/resources/{Message,Label}_ja.properties[edit]

Copy from each "*_en" into "*_ja" properties files, and then add Japanese translations for labels/messages.

Note that Java does not support native encodings of Japanese characters. You need to use unicode-escaping. "native2ascii" utility will work for that purpose, but PropertyEditor plugin for eclipse works fine.