Project

General

Profile

Actions

Translating » History » Revision 2

« Previous | Revision 2/73 (diff) | Next »
Lukas Zapletal, 04/02/2013 05:35 AM


Translating (for contributors)

How to translate Foreman

Using Transifex

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).

Manually

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:

foreman# rake gettext:pack

or

foreman# make -C locale

More info about contributing your translation directly is on our Contribute wiki page.

How to pull translations (for developers)

TBD

Updated by Lukas Zapletal about 11 years ago · 2 revisions