From 637a82c21b3261f02c09f9b07f072aa2c77ebdf4 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 25 Feb 2018 21:37:00 -0500 Subject: [PATCH] window and help translations for menu --- src/locales/en/messages.json | 6 ++++++ src/main/menu.main.ts | 2 ++ 2 files changed, 8 insertions(+) diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index 3a973ec2..1d33ca0c 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -951,5 +951,11 @@ "example": "Password" } } + }, + "help": { + "message": "Help" + }, + "window": { + "message": "Window" } } diff --git a/src/main/menu.main.ts b/src/main/menu.main.ts index 33eece44..98194205 100644 --- a/src/main/menu.main.ts +++ b/src/main/menu.main.ts @@ -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: [ {