diff options
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | docs/dev/contribution_guide.rst | 6 | ||||
| -rw-r--r-- | requirements-dev.txt | 1 | ||||
| -rw-r--r-- | searx/templates/__common__/about.html | 2 |
4 files changed, 3 insertions, 8 deletions
diff --git a/README.rst b/README.rst index c92b60ec6..be45c9c41 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ If you are looking for running instances, ready to use, then visit searx.space_. Otherwise jump to the user_, admin_ and developer_ handbooks you will find on our homepage_. -SearXNG is a fork a `searx`_: +SearXNG is a fork of `searx`_: * `the differences with searx <https://github.com/searxng/searxng/issues/46>`_ * `exhaustive changelog <https://github.com/searxng/searxng/wiki/Changes-from-version-1.0.0>`_ diff --git a/docs/dev/contribution_guide.rst b/docs/dev/contribution_guide.rst index ed1c223c5..a8e5095be 100644 --- a/docs/dev/contribution_guide.rst +++ b/docs/dev/contribution_guide.rst @@ -105,11 +105,7 @@ For more help on getting started with searx development, see :ref:`devquickstart Translation =========== -Translation currently takes place on :ref:`transifex <translation>`. - -.. caution:: - - Please, do not update translation files in the repo. +Translation currently takes place on :ref:`weblate <translation>`. .. _contrib docs: diff --git a/requirements-dev.txt b/requirements-dev.txt index 42bd11726..ae60b6c8f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,6 @@ cov-core==1.15.0 pycodestyle==2.7.0 pylint==2.10.2 splinter==0.15.0 -transifex-client==0.14.3 selenium==3.141.0 twine==3.4.2 Pallets-Sphinx-Themes==2.0.1 diff --git a/searx/templates/__common__/about.html b/searx/templates/__common__/about.html index 707802d45..5a9065f03 100644 --- a/searx/templates/__common__/about.html +++ b/searx/templates/__common__/about.html @@ -12,7 +12,7 @@ <ul> <li><a href="{{ searx_git_url }}">SearXNG sources</a></li> - <li><a href="https://www.transifex.com/projects/p/searx/">transifex</a></li> + <li><a href="https://weblate.bubu1.eu/projects/searxng/">weblate</a></li> </ul> <hr /> |