From 11d69168412d7ce1959fd601a7bf834e3bb71a17 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 24 Nov 2021 16:35:47 +0100 Subject: [PATCH] Fix language package download url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb0bac1ff..31c4a0728 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "[Cloudron](https://cloudron.io) is the best way to run apps on your server.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "update-translations": "curl https://translate.cloudron.io/download/cloudron/dashboard/?format=zip -o lang.zip && unzip -jo lang.zip -d ./src/translation/ && rm lang.zip" + "update-translations": "curl https://translate.cloudron.io/api/components/cloudron/dashboard/file/ -o lang.zip && unzip -jo lang.zip -d ./src/translation/ && rm lang.zip" }, "repository": { "type": "git",