From f336f24d646b6b2d8e7fd4db8492084d18679cfe Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 18 Apr 2026 17:19:46 +0100 Subject: [PATCH] i18n: inline English fallback for noConverter import message The original abiword message existed in ~70 locale files and was removed from all of them by this PR. The replacement key was only added to en.json, so non-English users had an empty div until translators localize. Follow the project's usual pad.html pattern (e.g. line 146's "Font type:") and include the English text inside the div as the fallback content; html10n replaces it when a translation is available. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/templates/pad.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/pad.html b/src/templates/pad.html index 926d16c03..02654c530 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -192,7 +192,7 @@
<% e.begin_block("importColumn"); %>

- +