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 #1

Updated by RVVN no-lastname-given about 4 years ago

  • Related to Feature #85033: Form plugin - Finishers : Hardcoded label for empty default value added
Actions #2

Updated by Björn Jacob about 4 years ago

  • Sprint Focus set to Remote Sprint
Actions #3

Updated by Björn Jacob over 2 years ago

  • Status changed from New to Accepted
  • TYPO3 Version changed from 9 to 11
Actions #4

Updated by Gerrit Code Review over 2 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

Actions #5

Updated by Gerrit Code Review over 2 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

Actions #6

Updated by Gerrit Code Review over 2 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

Actions #7

Updated by Gerrit Code Review over 2 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

Actions #8

Updated by Andreas Häfner over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions #10

Updated by Christian Kuhn 6 months ago

  • Related to Bug #97972: FlexFormTools can not be used in frontend with form framework installed added
Actions #11

Updated by Christian Kuhn 6 months ago

  • Related to Bug #98992: form DataStructureIdentifierHook uses $GLOBALS['LANG'] which may not be initialized added
Actions

Also available in: Atom PDF