mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[weblate] migration to https://hosted.weblate.org/projects/searxng/
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:
parent
54389a29fe
commit
9ab2ca1847
7 changed files with 21 additions and 21 deletions
4
manage
4
manage
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue