Skip to content

Commit

Permalink
feat: add translation for open,save, and save as file
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusindrayana committed Apr 6, 2024
1 parent 6b56c60 commit f7204dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/renderer/i18n/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,11 @@ export const enUS = {
editNote: 'Edit note',
showArchivedNotes: 'Show archived notes',
hideArchivedNotes: 'Hide archived notes',
tag: 'Tag' // Note tag
tag: 'Tag', // Note tag,
saveFile: 'Save file',
saveFileAs: 'Save file as',
openFile: 'Open file'

},
faker: { // Faker.js methods, used in random generated content
address: 'Address',
Expand Down

0 comments on commit f7204dc

Please sign in to comment.