Project

General

Profile

Actions

Bug #88989

closed

Translations partially broken in EXT:felogin

Added by Matthias Krappitz over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2019-08-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:

Description

Probably due to language label renaming (removal of "ll_" prefixes) for TYPO3 10 in EXT:felogin now the translations for EXT:felogin for TYPO3 9 (and probably below) are broken.

Example of code in EXT:felogin/Classes/Controller/FrontendLoginController.php line 296 in TYPO3 9.5.9:

$markerArray['###DATA_LABEL###'] = htmlspecialchars($this->pi_getLL('ll_enter_your_data'));

But the translation server now serves this and other EXT:felogin labels in for example typo3conf/l10n/de/felogin/Resources/Private/Language/de.locallang.xlf without the "ll_" prefix:

<trans-unit id="enter_your_data" approved="yes">
    <source>Username or email address</source>
    <target state="translated">Benutzername oder E-Mail-Adresse</target>
</trans-unit>

This results in many labels remaining always english in all translated languages and you have mixed languages in the frontend.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #88706: Streamline keys of locallang.xlfClosedSven Proffe2019-07-09

Actions
Related to TYPO3 Core - Bug #89062: Some core translations for German missing in BE of TYPO3 9.5Closed2019-09-02

Actions
Actions

Also available in: Atom PDF