1
0
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:
Adam Mills
2017-11-03 23:34:47 -04:00
committed by Paulus Schoutsen
parent 551cbe5afa
commit fdf2fa3d3f
31 changed files with 136 additions and 307 deletions

View File

@@ -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