1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-15 07:27:13 +00:00

Update translations as a part of updating the frontend (#3096)

* Update translations as a part of updating the frontend

* Update frontend to ac64d293 with translations
This commit is contained in:
Joakim Sørensen
2021-09-01 13:59:12 +02:00
committed by GitHub
parent ab704c11cf
commit 208fb549b7
95 changed files with 76 additions and 54 deletions

9
.vscode/tasks.json vendored
View File

@@ -32,7 +32,7 @@
{
"label": "Update Supervisor Panel",
"type": "shell",
"command": "./scripts/update-frontend.sh",
"command": "LOKALISE_TOKEN='${input:localiseToken}' ./scripts/update-frontend.sh",
"group": {
"kind": "build",
"isDefault": true
@@ -86,5 +86,12 @@
},
"problemMatcher": []
}
],
"inputs": [
{
"id": "localiseToken",
"type": "promptString",
"description": "Paste your lokalise token to download frontend translations"
}
]
}