diff options
Diffstat (limited to 'docs/dev/translation.rst')
-rw-r--r-- | docs/dev/translation.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/dev/translation.rst b/docs/dev/translation.rst index 9de9ff2de..693f6d2da 100644 --- a/docs/dev/translation.rst +++ b/docs/dev/translation.rst @@ -4,15 +4,15 @@ Translation =========== -.. _weblate.bubu1.eu: https://weblate.bubu1.eu/projects/searxng/ +.. _translate.codeberg.org: https://translate.codeberg.org/projects/searxng/ .. _Weblate: https://docs.weblate.org .. _translations branch: https://github.com/searxng/searxng/tree/translations .. _orphan branch: https://git-scm.com/docs/git-checkout#Documentation/git-checkout.txt---orphanltnewbranchgt -.. _Weblate repository: https://weblate.bubu1.eu/projects/searxng/searxng/#repository +.. _Weblate repository: https://translate.codeberg.org/projects/searxng/searxng/#repository .. _wlc: https://docs.weblate.org/en/latest/wlc.html -.. |translated| image:: https://weblate.bubu1.eu/widgets/searxng/-/searxng/svg-badge.svg - :target: https://weblate.bubu1.eu/projects/searxng/ +.. |translated| image:: https://translate.codeberg.org/widgets/searxng/-/searxng/svg-badge.svg + :target: https://translate.codeberg.org/projects/searxng/ .. sidebar:: |translated| @@ -24,11 +24,11 @@ Translation - Babel Command-Line: `pybabel <http://babel.pocoo.org/en/latest/cmdline.html>`_ - `weblate workflow <https://docs.weblate.org/en/latest/workflows.html>`_ -Translation takes place on weblate.bubu1.eu_. +Translation takes place on translate.codeberg.org_. -Translations which has been added by translators on the weblate.bubu1.eu_ UI are +Translations which has been added by translators on the translate.codeberg.org_ UI are committed to Weblate's counterpart of the SearXNG *origin* repository which is -located at ``https://weblate.bubu1.eu/git/searxng/searxng``. +located at ``https://translate.codeberg.org/git/searxng/searxng``. There is no need to clone this repository, :ref:`SearXNG Weblate workflow` take care of the synchronization with the *origin*. To avoid merging commits from @@ -68,7 +68,7 @@ wlc === .. _wlc configuration: https://docs.weblate.org/en/latest/wlc.html#wlc-config -.. _API key: https://weblate.bubu1.eu/accounts/profile/#api +.. _API key: https://translate.codeberg.org/accounts/profile/#api All weblate integration is done by GitHub workflows, but if you want to use wlc_, copy this content into `wlc configuration`_ in your HOME ``~/.config/weblate`` @@ -76,6 +76,6 @@ copy this content into `wlc configuration`_ in your HOME ``~/.config/weblate`` .. code-block:: ini [keys] - https://weblate.bubu1.eu/api/ = APIKEY + https://translate.codeberg.org/api/ = APIKEY Replace ``APIKEY`` by your `API key`_. |