1
mirror of https://github.com/home-assistant/frontend synced 2024-09-20 03:11:16 +02:00
ha-frontend/script/setup_translations
Bram Kragten 1a66b8a374
Add script to setup translation fetching (#14481)
* Add script to setup translation fetching

* Update bootstrap
2022-12-01 09:00:29 -05:00

9 lines
170 B
Bash
Executable File

#!/bin/sh
# Setup translation fetching during development
# Stop on errors
set -e
cd "$(dirname "$0")/.."
./node_modules/.bin/gulp setup-and-fetch-nightly-translations