Project

General

Profile

Actions

Bug #90784

closed

Form plugin - Finishers : cannot translate "empty" value in labels

Added by RVVN no-lastname-given about 4 years ago. Updated over 2 years ago.

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');

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Feature #85033: Form plugin - Finishers : Hardcoded label for empty default valueClosed2018-05-17

Actions
Related to TYPO3 Core - Bug #97972: FlexFormTools can not be used in frontend with form framework installedClosed2022-07-20

Actions
Related to TYPO3 Core - Bug #98992: form DataStructureIdentifierHook uses $GLOBALS['LANG'] which may not be initializedClosed2022-11-03

Actions
Actions

Also available in: Atom PDF