searxng/docs/dev/translation.rst
Alexandre Flament 901ab87717 [translations] web integration
* make babel.translations.to.master: pull weblate updates
* make babel.master.to.translations: push .pot and .po files to weblate
2021-08-07 15:06:06 +02:00

1.4 KiB

Translation

Translation takes place on weblate.bubu1.eu ( documentation ).

New messages on the master branch are extracted and pushed to Weblate automatically.

Every Friday, a GitHub workflow creates a pull request with the updated translations (messages.mo, messages.po, messages.mo files).

image

Weblate integration

Weblate monitors the translations branch, not the master branch.

This branch contains only the .pot and pot files, nothing else.

Documentation

Worfklow

image

wlc

All weblate integration is done by GitHub workflows, but if you want to use wlc, copy this content into ~/.config/weblate :

[keys]
https://weblate.bubu1.eu/api/ = APIKEY

Replace APIKEY by your API key.