Project

General

Profile

HowTo translate Redmine in your own language » History » Version 2

Jean-Philippe Lang, 2007-11-04 15:18

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
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
12
# 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
15
*All this files must be UTF-8 encoded.*
16 2 Jean-Philippe Lang
17
You can submit your translation "here":http://rubyforge.org/tracker/?atid=7162&group_id=1850&func=browse.