Actions
Bug #91197
open[BE lang: NL and language files up to date] HTML-markup visible in Systeminformation-Dropdown instead of links
Status:
Accepted
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2020-04-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
Same as in https://forge.typo3.org/issues/90657 but NL instead of DE, and all language files updated (via the Maintenance module).
Updating the language files had been the fix for #90657 for German language - maybe for Dutch there's a different issue.
Files
Updated by Georg Ringer almost 3 years ago
- Status changed from New to Accepted
- Assignee set to Georg Ringer
Updated by Leonie Philine almost 3 years ago
Excerpt from var/labels/nl/backend/Resources/Private/Language/nl.locallang.xlf
:
<trans-unit id="systemmessage.intro" resname="systemmessage.intro" approved="yes">
<source><![CDATA[This is a short system overview. For advanced information please head to the <a href="%s">Environment Module</a>.]]></source>
<target state="final"><![CDATA[Dit is een kort overzicht van het systeem. Voor uitgebreide informatie kan in de <a href="%s">module Omgeving</a> gekeken worden.]]></target>
</trans-unit>
The htmlentities + CDATA combination breaks the Dutch translation in TYPO3 10 LTS.
Next to this example string, also the "You have errors in your error log" string is broken:
var/labels/nl/belog/Resources/Private/Language/nl.locallang.xlf
<trans-unit id="systemmessage.errorsInPeriod" resname="systemmessage.errorsInPeriod" approved="yes">
<source><![CDATA[We have found %1$d errors. Please check your <a href="%2$s">system log</a>.]]></source>
<target state="final"><![CDATA[%1$d fouten gevonden. Controleer het <a href="%2$s">Logboek</a>.]]></target>
</trans-unit>
Actions