i18n: add missing translation keys

This commit is contained in:
Linus Rath
2026-04-21 17:42:52 +02:00
parent 1f60671886
commit 30c4afb977
17 changed files with 287 additions and 56 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ function foldLine(line: string): string {
return chunks.join("\r\n");
}
// RFC 5545 §3.3.11 escape backslash, semicolon, comma, and newline in TEXT values.
// RFC 5545 §3.3.11 - escape backslash, semicolon, comma, and newline in TEXT values.
function escapeText(value: string): string {
return value
.replace(/\\/g, "\\\\")