Project

General

Profile

Translating » History » Version 2

Lukas Zapletal, 04/02/2013 05:35 AM

1 2 Lukas Zapletal
h1. Translating (for contributors)
2 1 Lukas Zapletal
3
How to translate Foreman
4
5
h2. Using Transifex
6
7 2 Lukas Zapletal
Go to https://www.transifex.com/projects/p/foreman and register/login. Then you can use the Transifex interface to do all translations. The project on Transifex automatically updates when we add new strings into git. Foreman team regularly downloads new translations to the develop branch in git as well, therefore there is no action needed when you finish with translations. It will be pulled eventually (e.g. before the next release).
8
9
h2. Manually
10
11
If you prefer, you can edit PO files directly using your preferred editor. Please make sure the encoding of the files is UTF-8. It is also recommended to test your translations before submitting a Pull Request on the github using either:
12
13
  foreman# rake gettext:pack
14
15
16
or
17
18
  foreman# make -C locale
19
20
More info about contributing your translation directly is on our [[Contribute]] wiki page. 
21
22
h1. How to pull translations (for developers)
23 1 Lukas Zapletal
24
TBD