Add calendar translation and icon

This commit is contained in:
Paulus Schoutsen 2018-06-15 12:59:43 -04:00
parent 58a0f6aab9
commit 890c31fb96
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ const MDI_OUTPUT_PATH = path.resolve(OUTPUT_DIR, 'mdi.html');
const HASS_OUTPUT_PATH = path.resolve(OUTPUT_DIR, 'hass-icons.html');
const BUILT_IN_PANEL_ICONS = [
'calendar', // Calendar
'settings', // Config
'home-assistant', // Hass.io
'poll-box', // History panel

View File

@ -37,6 +37,7 @@
"zwave": "Z-Wave"
},
"panel": {
"calendar": "Calendar",
"config": "Configuration",
"states": "Overview",
"map": "Map",