HowTo translate Redmine in your own language » History » Version 3
Jean-Philippe Lang, 2007-11-13 22:03
1 | 1 | Jean-Philippe Lang | h1. HowTo translate Redmine in your own language |
---|---|---|---|
2 | |||
3 | Redmine can easily be translated in any language. |
||
4 | |||
5 | 2 | Jean-Philippe Lang | There are 2 things to translate: |
6 | 1 | Jean-Philippe Lang | |
7 | # the main lang file (located in /lang) |
||
8 | # the calendar lang file (located in /public/javascripts/calendar/lang) |
||
9 | |||
10 | 3 | Jean-Philippe Lang | Say you want to translate Redmine in Finnish (@fi@ as defined in the "IANA Language Subtag Registry":http://www.iana.org/assignments/language-subtag-registry): |
11 | 1 | Jean-Philippe Lang | |
12 | 3 | Jean-Philippe Lang | # copy @/lang/en.yml@ to @fi.yml@ and translate every strings this file contains. |
13 | # copy @/public/javascripts/calendar/lang/calendar-en.js@ to @calendar-fi.js@ and translate every strings this file contains (mainly day and month names). |
||
14 | 1 | Jean-Philippe Lang | |
15 | *All this files must be UTF-8 encoded.* |
||
16 | 2 | Jean-Philippe Lang | |
17 | 3 | Jean-Philippe Lang | 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. |