diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | update_translation.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ The documentation for this library can be found at [Codeberg pages](https://eduv Contributions are welcome. Helping with translations can be done on weblate: <a href="https://hosted.weblate.org/engage/eduvpn-common/"> -<img src="https://hosted.weblate.org/widget/eduvpn-common/eduvpn-common/multi-auto.svg" alt="Translation status" /> +<img src="https://hosted.weblate.org/widget/eduvpn/eduvpn-common/multi-auto.svg" alt="Translation status" /> </a> ## License diff --git a/update_translation.sh b/update_translation.sh index 4eb51fa..18af62a 100755 --- a/update_translation.sh +++ b/update_translation.sh @@ -10,7 +10,7 @@ trap 'rm -rf -- "$tempdir"' EXIT pushd "$tempdir" >/dev/null echo "Getting translations..." -wget -q -O translation.zip "https://hosted.weblate.org/download/eduvpn-common/eduvpn-common/?format=zip" +wget -q -O translation.zip "https://hosted.weblate.org/download/eduvpn/eduvpn-common/?format=zip" unzip -q translation.zip echo "Copying translations..." |
