mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
add translations
This commit is contained in:
@@ -94,15 +94,13 @@ const LayoutMenu: FC = () => {
|
||||
}}
|
||||
>
|
||||
<ListItemText
|
||||
// TODO: translate
|
||||
primary="Customize"
|
||||
primary={LL.CUSTOMIZE()}
|
||||
primaryTypographyProps={{
|
||||
fontWeight: '600',
|
||||
mb: '2px',
|
||||
color: 'lightblue'
|
||||
}}
|
||||
// TODO: translate
|
||||
secondary="Customizations, Scheduler and Custom Entities"
|
||||
secondary={LL.CUSTOMIZATIONS() + ', ' + LL.SCHEDULER() + ', ' + LL.CUSTOM_ENTITIES(0) + '...'}
|
||||
secondaryTypographyProps={{
|
||||
noWrap: true,
|
||||
fontSize: 12,
|
||||
|
||||
Reference in New Issue
Block a user