mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
Add script to setup translation fetching (#14481)
* Add script to setup translation fetching * Update bootstrap
This commit is contained in:
parent
4190ff5a2b
commit
1a66b8a374
@ -7,4 +7,4 @@ set -e
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
# Install node modules
|
||||
yarn install
|
||||
yarn install
|
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
|
Loading…
x
Reference in New Issue
Block a user