HowTo translate Redmine in your own language » History » Revision 3
Revision 2 (Jean-Philippe Lang, 2007-11-04 15:18) → Revision 3/27 (Jean-Philippe Lang, 2007-11-13 22:03)
h1. HowTo translate Redmine in your own language Redmine can easily be translated in any language. There are 2 things to translate: # the main lang file (located in /lang) # the calendar lang file (located in /public/javascripts/calendar/lang) Say you want to translate Redmine in Finnish (@fi@ (fi as defined in the "IANA Language Subtag Registry":http://www.iana.org/assignments/language-subtag-registry): # copy @/lang/en.yml@ /lang/en.yml to @fi.yml@ fi.yml and translate every strings this file contains. # copy @/public/javascripts/calendar/lang/calendar-en.js@ /public/javascripts/calendar/lang/calendar-en.js to @calendar-fi.js@ calendar-fi.js and translate every strings this file contains (mainly day and month names). *All this files must be UTF-8 encoded.* You can submit your translation "here":http://rubyforge.org/tracker/?atid=7162&group_id=1850&func=browse if you want it to be added to the next release. "here":http://rubyforge.org/tracker/?atid=7162&group_id=1850&func=browse.