Re: How to Hebrew?
"Juan Pablo Santos RodrÃguez" <[email protected]> Mon, 10 Sep 2007 21:51:59 +0200
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, the easiest way for doing a translation goes through downloading the source code and executing the "i18n-create-template" target. It should create a directory structure with all the needed files. Once you've translated them, execute the "i18n-jar-template" target, which will jar your i18n structure. Put this jar under your web/WEB-INF/lib folder and that should do it. You could also upload that jar to http://jspwiki.org/wiki/ContributedLocalizations so it can be available for everyone. Eventually, if you wish to maintain up to date your translation with latest source code, you can also check MissingTranslations.java (default package under tests folder). Regards, JP 2007/9/10, Itai Be'erli <[email protected]>: > > Hello, > > I'd like to change the interface language of my JSPWiki to Hebrew. How > should i proceed? > > _________________________________________________________________ > Explore the seven wonders of the world > http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE > _______________________________________________ > This is the Jspwiki-users mailing list, in which we discuss the > stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. > For development discussion, please join jspwiki-dev. > http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users > http://www.jspwiki.org/JSPWikiMailingList >