Add script to setup translation fetching (#14481)

* Add script to setup translation fetching

* Update bootstrap
This commit is contained in:
Bram Kragten 2022-12-01 15:00:29 +01:00 committed by GitHub
parent 4190ff5a2b
commit 1a66b8a374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -7,4 +7,4 @@ set -e
cd "$(dirname "$0")/.."
# Install node modules
yarn install
yarn install

9
script/setup_translations Executable file
View 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