diff options
author | Alexandre Flament <alex@al-f.net> | 2023-01-21 14:49:46 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2023-01-21 15:45:12 +0000 |
commit | a9d6f7532a54796dc19eb5d9a077b60f2e50fa64 (patch) | |
tree | 9dffcda2c6068b80833f8492dce6ac5e4f655145 /manage | |
parent | 316fcd5e4ba99d5c673f5c2cb28febaa623a9d37 (diff) | |
download | searxng-a9d6f7532a54796dc19eb5d9a077b60f2e50fa64.tar.gz searxng-a9d6f7532a54796dc19eb5d9a077b60f2e50fa64.zip |
weblate: migration to https://translate.codeberg.org/
Diffstat (limited to 'manage')
-rwxr-xr-x | manage | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 . |