summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2023-01-21 14:49:46 +0000
committerAlexandre Flament <alex@al-f.net>2023-01-21 15:45:12 +0000
commita9d6f7532a54796dc19eb5d9a077b60f2e50fa64 (patch)
tree9dffcda2c6068b80833f8492dce6ac5e4f655145 /docs
parent316fcd5e4ba99d5c673f5c2cb28febaa623a9d37 (diff)
weblate: migration to https://translate.codeberg.org/
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/translation.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/dev/translation.rst b/docs/dev/translation.rst
index 9de9ff2d..693f6d2d 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`_.