mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 20:55:49 +00:00
Migrate to Lokalise for managing translations (#555)
This commit is contained in:
committed by
Paulus Schoutsen
parent
551cbe5afa
commit
fdf2fa3d3f
@@ -11,6 +11,10 @@ OUTPUT_DIR=hass_frontend
|
||||
rm -rf $OUTPUT_DIR
|
||||
cp -r public $OUTPUT_DIR
|
||||
|
||||
# Download latest translations
|
||||
echo "Downloading translations from Lokalise"
|
||||
script/translations_download
|
||||
|
||||
# Build frontend
|
||||
BUILD_DEV=0 ./node_modules/.bin/gulp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user