mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
window and help translations for menu
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user