HowTo translate Redmine in your own language » History » Version 1
Jean-Philippe Lang, 2007-10-01 17:51
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 | There are 3 things to translate: |
||
6 | |||
7 | # the main lang file (located in /lang) |
||
8 | # the email templates (located in /app/views/mailer) |
||
9 | # the calendar lang file (located in /public/javascripts/calendar/lang) |
||
10 | |||
11 | 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): |
||
12 | |||
13 | # copy /lang/en.yml to fi.yml and translate every strings this file contains. |
||
14 | # copy the mail templates you’ll find in /app/views/mailer that have a language extension and name them according to your language code (eg. register_fi.rhtml) |
||
15 | # copy /public/javascripts/calendar/lang/calendar-en.js to calendar-fi.js and translate every strings this file contains (mainly day and month names). |
||
16 | |||
17 | *All this files must be UTF-8 encoded.* |