From a559129d6313032a5c0b2290a4209468e78f876b Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 12 Dec 2024 18:31:00 +0100 Subject: [PATCH] feat: i18n --- src/i18n/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/en.json b/src/i18n/en.json index eca7fe5..559d5ea 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -2,6 +2,7 @@ "button_retry": "Repeat", "label_render-markdown-error": "Ошибка преобразования в markdown", "label_settings": "Settings", + "label_more-options": "More settings", "label_copy": "Copy", "label_delete": "Delete", "label_error": "Error"