1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Store current translations in git (#563)

* Store current translations in git

* Handle empty strings in translation downloads

* Use more consice filtering

* Skip empty keys on translation download
This commit is contained in:
Adam Mills
2017-11-04 19:44:07 -04:00
committed by Paulus Schoutsen
parent d2faeaffe7
commit 90b80880ed
30 changed files with 275 additions and 24 deletions

View File

@@ -11,10 +11,6 @@ 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