client: Translate word wrapping

This commit is contained in:
Elian Doran 2024-10-27 22:57:34 +02:00
parent 5109c07e9c
commit 5682b2d819
No known key found for this signature in database
3 changed files with 7 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const TPL = `
</div>
<div class="col-6">
<label>Word wrapping</label>
<label>${t("code_block.word_wrapping")}</label>
<div class="form-check">
<input type="checkbox" class="word-wrap form-check-input" />
</div>

View File

@ -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"
}
}

View File

@ -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"
}
}