Bug #90784
closedForm plugin - Finishers : cannot translate "empty" value in labels
100%
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');
Updated by RVVN no-lastname-given almost 5 years ago
- Related to Feature #85033: Form plugin - Finishers : Hardcoded label for empty default value added
Updated by Björn Jacob over 3 years ago
- Status changed from New to Accepted
- TYPO3 Version changed from 9 to 11
Updated by Gerrit Code Review over 3 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70465
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70465
Updated by Gerrit Code Review over 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70465
Updated by Gerrit Code Review over 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70465
Updated by Andreas Häfner over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 99b134d3243fd699637fcd2f8daf07591c245ef8.
Updated by Christian Kuhn over 1 year ago
- Related to Bug #97972: FlexFormTools can not be used in frontend with form framework installed added
Updated by Christian Kuhn over 1 year ago
- Related to Bug #98992: form DataStructureIdentifierHook uses $GLOBALS['LANG'] which may not be initialized added