mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Make "Energy distribution today" translatable (#10696)
This commit is contained in:
parent
0b7fc177f9
commit
5614e0d29c
@ -425,7 +425,9 @@ export const generateDefaultViewConfig = (
|
||||
|
||||
if (grid && grid.flow_from.length > 0) {
|
||||
areaCards.push({
|
||||
title: "Energy distribution today",
|
||||
title: localize(
|
||||
"ui.panel.lovelace.cards.energy.energy_distribution.title_today"
|
||||
),
|
||||
type: "energy-distribution",
|
||||
link_dashboard: true,
|
||||
});
|
||||
|
@ -3030,6 +3030,7 @@
|
||||
"grid_neutrality_not_calculated": "Grid neutrality could not be calculated"
|
||||
},
|
||||
"energy_distribution": {
|
||||
"title_today": "Energy distribution today",
|
||||
"grid": "Grid",
|
||||
"gas": "Gas",
|
||||
"solar": "Solar",
|
||||
|
Loading…
x
Reference in New Issue
Block a user