There are 7 updates.
 
 
XWiki Commons / cid:jira-generated-image-avatar-88745fc0-6392-4519-95d7-617281d4e79f XCOMMONS-3419 In Progress

Log messages coming from translation file are not parsed the same way as other translation messages

 
View issue   ยท   Add comment
 

7 updates

 
cid:jira-generated-image-avatar-7c8fa319-c228-41e8-887e-e2dc02b9f103 Changes by Thomas Mortagne on 03/Sep/25 16:36
 
Summary: Log message messages coming from translation file is are not parsed the same way as other translation messages
Fix Version: 17.8.0-rc-1
Fix Version: 16.10.11
Fix Version: 17.4.5
Description: The main problem is the fact that {{'}} is not an escaping character in the case of a log message, but Weblate assume it is and automatically double it in all translations, effectively breaking them.

But there is no way for Weblate to make the difference, so the most accurate way would probably be to make the log message parser respect the syntax of the source file.
Priority: Major Critical
Status: Open In Progress