From c1715992bda46517f801c1aa496df8a3b42a4e4d Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 7 Dec 2025 07:47:43 +0100 Subject: [PATCH] fix(frontend): add missing i18n strings --- frontend/src/i18n/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index da91b6c0..9063dcde 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -44,7 +44,9 @@ "openFile": "Open file", "discardChanges": "Discard", "saveChanges": "Save changes", - "editAsText": "Edit as Text" + "editAsText": "Edit as Text", + "increaseFontSize": "Increase font size", + "decreaseFontSize": "Decrease font size" }, "download": { "downloadFile": "Download File",