1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 09:18:34 +01:00

Fix demo translations (#2511)

* Fix demo translations

* Comment out some more panels

* Fix reference
This commit is contained in:
Paulus Schoutsen
2019-01-20 11:24:39 -08:00
committed by GitHub
parent 69c10256ef
commit 3b66d58f91
15 changed files with 576 additions and 433 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
"noFallthroughCasesInSwitch": true,
"strict": true,
"noImplicitAny": false,
"skipLibCheck": true
"skipLibCheck": true,
"resolveJsonModule": true
}
}