searxng/docs/dev/translation.rst
2016-01-21 16:30:42 +01:00

1.3 KiB

Translation

run these commands in the root directory of searx

Add new language

pybabel init -i messages.pot -d searx/translations -l it

Update .po files

./utils/update-translations.sh

You may have errors here. In that case, edit the update-translations.sh script to change pybabel to pybabel-python2 or pybabel2

After this step, you can modify the .po files.

Compile translations

pybabel compile -d searx/translations

Transifex stuff

Init Project

tx init # Transifex instance: https://www.transifex.com/asciimoo/searx/

tx set --auto-local -r searx.messagespo 'searx/translations/<lang>/LC_MESSAGES/messages.po' \
--source-lang en --type PO --source-file messages.pot --execute

http://docs.transifex.com/client/init/

http://docs.transifex.com/client/set/

Get translations

tx pull -a

http://docs.transifex.com/client/pull

Upload source File

tx push -s

Upload all Translation

tx push -s -t

upload specifc Translation

tx push -t -l tr

http://docs.transifex.com/client/push