fix(frontend): add missing i18n strings

This commit is contained in:
Henrique Dias 2025-12-07 07:47:43 +01:00
parent e4f2503298
commit c1715992bd
No known key found for this signature in database

View File

@ -44,7 +44,9 @@
"openFile": "Open file", "openFile": "Open file",
"discardChanges": "Discard", "discardChanges": "Discard",
"saveChanges": "Save changes", "saveChanges": "Save changes",
"editAsText": "Edit as Text" "editAsText": "Edit as Text",
"increaseFontSize": "Increase font size",
"decreaseFontSize": "Decrease font size"
}, },
"download": { "download": {
"downloadFile": "Download File", "downloadFile": "Download File",