Skip to content

Commit

Permalink
Translate window menu
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtus7 committed Jul 18, 2023
1 parent 4e7c9e0 commit 4864d13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions desktop/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ const mainWindow = () => {
{
id: 'windowMenu',
role: 'windowMenu',
submenu: [{id: 'minimize', role: 'minimize'}, {id: 'zoom', role: 'zoom'}, {type: 'separator'}, {id: 'front', role: 'front'}],
},
{
id: 'helpMenu',
Expand Down
3 changes: 3 additions & 0 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,9 @@ export default {
back: 'Back',
forward: 'Forward',
windowMenu: 'Window',
minimize: 'Minimize',
zoom: 'Zoom',
front: 'Bring All to Front',
helpMenu: 'Help',
learnMore: 'Learn more',
documentation: 'Documentation',
Expand Down
3 changes: 3 additions & 0 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1417,6 +1417,9 @@ export default {
back: 'Atrás',
forward: 'Adelante',
windowMenu: 'Ventana',
minimize: 'Minimizar',
zoom: 'Zoom',
front: 'Traer todo al frente',
helpMenu: 'Ayuda',
learnMore: 'Más información',
documentation: 'Documentación',
Expand Down

0 comments on commit 4864d13

Please sign in to comment.