Suggested by: @comradekingu https://github.com/searxng/searxng/issues/2076#issuecomment-1399516892
Closes: https://github.com/searxng/searxng/issues/2076
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2023-02-17 13:39:11 +01:00
parent 54389a29fe
commit 9ab2ca1847
7 changed files with 21 additions and 21 deletions

4
manage
View file

@ -191,11 +191,11 @@ weblate.translations.worktree() {
# 'translations' from Weblate's counterpart (weblate) of the SearXNG
# (origin).
#
# remote weblate https://translate.codeberg.org/git/searxng/searxng/
# remote weblate https://hosted.weblate.org/git/searxng/searxng/
( set -e
if ! git remote get-url weblate 2> /dev/null; then
git remote add weblate https://translate.codeberg.org/git/searxng/searxng/
git remote add weblate https://hosted.weblate.org/git/searxng/searxng/
fi
if [ -d "${TRANSLATIONS_WORKTREE}" ]; then
pushd .