mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix(translation): missing translation for "Open notes" shortcut
This commit is contained in:
@ -19,7 +19,7 @@ export const shortcutEvents: Record<string, { l18n: string; l18nParam?: string |
|
|||||||
'save-content': { l18n: 'application.saveContent' },
|
'save-content': { l18n: 'application.saveContent' },
|
||||||
'create-connection': { l18n: 'connection.createNewConnection' },
|
'create-connection': { l18n: 'connection.createNewConnection' },
|
||||||
'open-settings': { l18n: 'application.openSettings' },
|
'open-settings': { l18n: 'application.openSettings' },
|
||||||
'open-scratchpad': { l18n: 'application.openScratchpad' }
|
'open-scratchpad': { l18n: 'application.openNotes' }
|
||||||
};
|
};
|
||||||
|
|
||||||
interface ShortcutRecord {
|
interface ShortcutRecord {
|
||||||
|
@ -402,7 +402,8 @@ export const enUS = {
|
|||||||
tag: 'Tag', // Note tag,
|
tag: 'Tag', // Note tag,
|
||||||
saveFile: 'Save file',
|
saveFile: 'Save file',
|
||||||
saveFileAs: 'Save file as',
|
saveFileAs: 'Save file as',
|
||||||
openFile: 'Open file'
|
openFile: 'Open file',
|
||||||
|
openNotes: 'Open notes'
|
||||||
|
|
||||||
},
|
},
|
||||||
faker: { // Faker.js methods, used in random generated content
|
faker: { // Faker.js methods, used in random generated content
|
||||||
|
Reference in New Issue
Block a user