Actions
Bug #88801
closedIncorrect formatting of help text
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2019-07-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
CodingNight
Complexity:
Is Regression:
Sprint Focus:
Description
The HTML entities of double qoutes are outputted, if I chose german as backend language, e.g. "BE-Benutzer "max mustermann" hat mit der Bearbeitung dieses Datensatzes vor 58 Min begonnen." The single quotes or english users are displayed correct.
Updated by Christoph Schorr over 5 years ago
The double quotes are changed to single quotes in Translation server for all xlf labels:
- labels.lockedRecord
- labels.lockedRecord_content
- labels.lockedRecordUser
- labels.lockedRecordUser_content
Approval is needed in translation server.
Updated by Georg Ringer almost 5 years ago
- Status changed from New to Resolved
fixed on crowdin https://crowdin.com/translate/typo3-cms/1630/en-de#q=began+to+edit. with next 9.5 version Crowdin can be enabled with a feature flag and with 10.x it is used by default.
Updated by Georg Ringer almost 4 years ago
- Related to Bug #93220: German translation of "User XY started editing this site" contains HTML added
Actions