summaryrefslogtreecommitdiff
path: root/src/mimehooks.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-08-01 14:06:59 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-08-01 14:06:59 +0300
commit395cb3a996482c9e9fc27e00b4259219f85ec663 (patch)
tree13a692988709a625f12f1ec2b588ca20a9bb6ac7 /src/mimehooks.c
parent93c6969e922ee9d34a0c5b653b3940dbad94ed25 (diff)
Translations for hardcoded English strings
IssueID #276
Diffstat (limited to 'src/mimehooks.c')
-rw-r--r--src/mimehooks.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mimehooks.c b/src/mimehooks.c
index 4788d534..ce712c2d 100644
--- a/src/mimehooks.c
+++ b/src/mimehooks.c
@@ -139,9 +139,8 @@ static iBlock *translateAtomXmlToGeminiFeed_(const iString *mime, const iBlock *
139 if (!isEmpty_String(subtitle)) { 139 if (!isEmpty_String(subtitle)) {
140 appendFormat_String(&out, "## %s\n\n", cstr_String(subtitle)); 140 appendFormat_String(&out, "## %s\n\n", cstr_String(subtitle));
141 } 141 }
142 appendCStr_String(&out, 142 appendCStr_String(&out, cstr_Lang("feeds.atom.translated"));
143 "This Atom XML document has been automatically translated to a Gemini feed " 143 appendCStr_String(&out, "\n\n");
144 "to allow subscribing to it.\n\n");
145 iRegExp *datePattern = 144 iRegExp *datePattern =
146 iClob(new_RegExp("^([0-9][0-9][0-9][0-9]-[0-1][0-9]-[0-3][0-9])T.*", caseSensitive_RegExpOption)); 145 iClob(new_RegExp("^([0-9][0-9][0-9][0-9]-[0-1][0-9]-[0-3][0-9])T.*", caseSensitive_RegExpOption));
147 iBeginCollect(); 146 iBeginCollect();