From 5682b2d819ed716046e550bebe7f08567a98c0ff Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 27 Oct 2024 22:57:34 +0200 Subject: [PATCH] client: Translate word wrapping --- .../app/widgets/type_widgets/options/appearance/code_block.js | 2 +- src/public/translations/en/translation.json | 3 +++ src/public/translations/ro/translation.json | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/public/app/widgets/type_widgets/options/appearance/code_block.js b/src/public/app/widgets/type_widgets/options/appearance/code_block.js index 388f902dd..d974ccbef 100644 --- a/src/public/app/widgets/type_widgets/options/appearance/code_block.js +++ b/src/public/app/widgets/type_widgets/options/appearance/code_block.js @@ -25,7 +25,7 @@ const TPL = `
- +
diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 9775f5482..081be5b3a 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -1505,5 +1505,8 @@ "title": "Code Syntax Highlighting for Text Notes", "description": "Controls the syntax highlighting for code blocks inside text notes, code notes will not be affected.", "color-scheme": "Color Scheme" + }, + "code_block": { + "word_wrapping": "Word wrapping" } } diff --git a/src/public/translations/ro/translation.json b/src/public/translations/ro/translation.json index c3c48c411..78cdb6eac 100644 --- a/src/public/translations/ro/translation.json +++ b/src/public/translations/ro/translation.json @@ -1505,5 +1505,8 @@ "color-scheme": "Temă de culori", "title": "Evidențiere de sintaxă pentru notițele de tip text", "description": "Controlează evidențierea de sintaxă pentru blocurile de cod în interiorul notițelor text, notițele de tip cod nu vor fi afectate de aceste setări." + }, + "code_block": { + "word_wrapping": "Încadrare text" } }