mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 11: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 HASS_OUTPUT_PATH = path.resolve(OUTPUT_DIR, 'hass-icons.html');
|
||||||
|
|
||||||
const BUILT_IN_PANEL_ICONS = [
|
const BUILT_IN_PANEL_ICONS = [
|
||||||
|
'calendar', // Calendar
|
||||||
'settings', // Config
|
'settings', // Config
|
||||||
'home-assistant', // Hass.io
|
'home-assistant', // Hass.io
|
||||||
'poll-box', // History panel
|
'poll-box', // History panel
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
"zwave": "Z-Wave"
|
"zwave": "Z-Wave"
|
||||||
},
|
},
|
||||||
"panel": {
|
"panel": {
|
||||||
|
"calendar": "Calendar",
|
||||||
"config": "Configuration",
|
"config": "Configuration",
|
||||||
"states": "Overview",
|
"states": "Overview",
|
||||||
"map": "Map",
|
"map": "Map",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user