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

Store language native names in git (#556)

* Don't delete the gitignore file

* Store translation native names in git
This commit is contained in:
Adam Mills
2017-11-04 00:31:22 -04:00
committed by Paulus Schoutsen
parent c3a6495eb1
commit 6959b1849f
4 changed files with 77 additions and 52 deletions

View File

@@ -21,7 +21,7 @@ LOCAL_DIR="$(pwd)/translations"
DOWNLOAD_FILE="${LOCAL_DIR}/Home_Assistant_-_Polymer_frontend-locale.zip"
FILE_FORMAT=json
rm -rf ${LOCAL_DIR}
rm -f ${LOCAL_DIR}/*.json
mkdir -p ${LOCAL_DIR}
docker run \