mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 10:56:34 +00:00
Add calendar translation and icon
This commit is contained in:
parent
58a0f6aab9
commit
890c31fb96
@ -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
|
||||
|
@ -37,6 +37,7 @@
|
||||
"zwave": "Z-Wave"
|
||||
},
|
||||
"panel": {
|
||||
"calendar": "Calendar",
|
||||
"config": "Configuration",
|
||||
"states": "Overview",
|
||||
"map": "Map",
|
||||
|
Loading…
x
Reference in New Issue
Block a user