diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-09-10 07:14:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 07:14:07 +0000 |
| commit | 449ff708985b86c85a4badc8494a577c792c4dd7 (patch) | |
| tree | 2cd963bef035619d8dcc3f343d82c96ed2a5aa2b | |
| parent | 1973e4ecf691f173299fb11abc61750009bdef84 (diff) | |
| parent | 70c9bb6f2c76b576ced9a4aa17e882b8fba47c2d (diff) | |
Merge pull request #307 from dalf/remove-transifex-ref
[fix] remove references to transifex
| -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 |
3 files changed, 2 insertions, 7 deletions
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 /> |