window and help translations for menu

This commit is contained in:
Kyle Spearrin 2018-02-25 21:37:00 -05:00
parent bf559f363b
commit 637a82c21b
2 changed files with 8 additions and 0 deletions

View File

@ -951,5 +951,11 @@
"example": "Password"
}
}
},
"help": {
"message": "Help"
},
"window": {
"message": "Window"
}
}

View File

@ -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: [
{