fix(translation): missing translation for "Open notes" shortcut

This commit is contained in:
Fabio Di Stasio 2024-04-08 18:33:37 +02:00
parent 258fbc81f7
commit 0565ae1204
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ export const shortcutEvents: Record<string, { l18n: string; l18nParam?: string |
'save-content': { l18n: 'application.saveContent' },
'create-connection': { l18n: 'connection.createNewConnection' },
'open-settings': { l18n: 'application.openSettings' },
'open-scratchpad': { l18n: 'application.openScratchpad' }
'open-scratchpad': { l18n: 'application.openNotes' }
};
interface ShortcutRecord {

View File

@ -402,7 +402,8 @@ export const enUS = {
tag: 'Tag', // Note tag,
saveFile: 'Save file',
saveFileAs: 'Save file as',
openFile: 'Open file'
openFile: 'Open file',
openNotes: 'Open notes'
},
faker: { // Faker.js methods, used in random generated content