Sfoglia il codice sorgente

Update weblate URL

MarkusRost 4 anni fa
parent
commit
3b93bcb3e4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/translations.yml

+ 1 - 1
.github/workflows/translations.yml

@@ -23,7 +23,7 @@ jobs:
           then
             echo "$language" is not a translation
           else
-            wget https://weblate.frisk.space/widgets/wiki-bot/$language/discord/svg-badge.svg
+            wget https://translate.wikibot.de/widgets/wiki-bot/$language/discord/svg-badge.svg
             convert -background none svg-badge.svg i18n/widgets/$language.png
             rm svg-badge.svg
           fi