Actions
Bug #90784
closedForm plugin - Finishers : cannot translate "empty" value in labels
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-03-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Remote Sprint
Description
Hi,
In the backend form for finishers overriding, the part of labels displaying an empty default value seems not to be translatable.
We use locallang overriding in ext_localconf.php as following :
$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['fr']['EXT:form/Resources/Private/Language/Database.xlf'][] = 'EXT:rvvnfscforms/Resources/Private/Language/Overrides/fr.Database.xlf';
All of our overriding works except this :
<trans-unit id="empty" xml:space="preserve">
<source>[Empty]</source>
<target state="needs-translation">Test</target>
</trans-unit>
The issue may come from FinisherOptionGenerator (line 43) ? :
$this->languageService->includeLLFile('EXT:form/Resources/Private/Language/Database.xlf');
Actions