Translation files are now in public/

This commit is contained in:
Johannes Zellner
2024-10-04 15:06:30 +02:00
parent 7669b77069
commit 4e0961ae5a
2 changed files with 8 additions and 2 deletions

View File

@@ -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/api/components/cloudron/dashboard/file/ -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 ./public/translation/ && rm lang.zip"
},
"repository": {
"type": "git",