From 733f1892dcee4061b9a5d6224d5822d5da1312f8 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Wed, 7 May 2025 11:27:42 +0200 Subject: All: Update Weblate URL --- README.md | 2 +- update_translation.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8b6b51..91b889e 100644 --- a/README.md +++ b/README.md @@ -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: -Translation status +Translation status ## 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..." -- cgit v1.2.3