mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Add script to setup translation fetching (#14481)
* Add script to setup translation fetching * Update bootstrap
This commit is contained in:
9
script/setup_translations
Executable file
9
script/setup_translations
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Setup translation fetching during development
|
||||||
|
|
||||||
|
# Stop on errors
|
||||||
|
set -e
|
||||||
|
|
||||||
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
|
./node_modules/.bin/gulp setup-and-fetch-nightly-translations
|
||||||
Reference in New Issue
Block a user