frontend/script/setup_translations

9 lines
159 B
Bash
Executable File

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