window and help translations for menu
This commit is contained in:
parent
bf559f363b
commit
637a82c21b
|
@ -951,5 +951,11 @@
|
|||
"example": "Password"
|
||||
}
|
||||
}
|
||||
},
|
||||
"help": {
|
||||
"message": "Help"
|
||||
},
|
||||
"window": {
|
||||
"message": "Window"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -371,6 +371,7 @@ export class MenuMain {
|
|||
],
|
||||
},
|
||||
{
|
||||
label: this.main.i18nService.t('window'),
|
||||
role: 'window',
|
||||
submenu: [
|
||||
{
|
||||
|
@ -384,6 +385,7 @@ export class MenuMain {
|
|||
],
|
||||
},
|
||||
{
|
||||
label: this.main.i18nService.t('help'),
|
||||
role: 'help',
|
||||
submenu: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue