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, "\\\\")
+1 -1
View File
@@ -508,7 +508,7 @@ function escapeRegex(s: string): string {
/**
* Nextcloud Mail wraps its managed filter region with a pair of
* `### Nextcloud Mail: Filters ### DON'T EDIT ###` markers and typically
* emits two such regions one enclosing its own `require [...]` line and
* emits two such regions - one enclosing its own `require [...]` line and
* another enclosing the if-blocks it generates from its `# FILTER: [...]`
* JSON comments. Parsing the interior blocks individually loses the outer
* markers (causing later rules to fall back to "External") and mis-attaches