mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
weblate: migration to https://translate.codeberg.org/
This commit is contained in:
parent
316fcd5e4b
commit
a9d6f7532a
7 changed files with 21 additions and 21 deletions
4
manage
4
manage
|
@ -190,11 +190,11 @@ weblate.translations.worktree() {
|
|||
# 'translations' from Weblate's counterpart (weblate) of the SearXNG
|
||||
# (origin).
|
||||
#
|
||||
# remote weblate https://weblate.bubu1.eu/git/searxng/searxng/
|
||||
# remote weblate https://translate.codeberg.org/git/searxng/searxng/
|
||||
|
||||
( set -e
|
||||
if ! git remote get-url weblate 2> /dev/null; then
|
||||
git remote add weblate https://weblate.bubu1.eu/git/searxng/searxng/
|
||||
git remote add weblate https://translate.codeberg.org/git/searxng/searxng/
|
||||
fi
|
||||
if [ -d "${TRANSLATIONS_WORKTREE}" ]; then
|
||||
pushd .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue