Home

Awesome

ejabberd-po

This repository contains the po files that translators can edit to localize ejabberd to their language.

As an alternative, you can use the ejabberd-po Weblate online service.

Obtain your po file

First of all, get the po file of your language:

Editor program

To edit a po file, you can use any gettext-compatible program, for example:

Share your improvements

Once you are happy with your translation work, you can submit a pull request in this github repository, or send your po file to the ejabberd mailing list...

Test your translation in ejabberd

If you want to start using your translation, or see it in action, run this in the ejabberd source code directory:

./configure --enable-tools
./rebar get-deps

Then copy your updated po file in deps/ejabberd-po/src/

And finally prepare and process it with:

make translations