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:
committed by
Paulus Schoutsen
parent
d2faeaffe7
commit
90b80880ed
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user