Bug #57198

Option labels not translated anymore

Added by Francois Suter over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2014-03-23
Priority:Must have Due date:
Assigned To:Francois Suter % Done:

100%

Category:Extension Manager Spent time: -
Target version:6.2.0
TYPO3 Version:6.2 Is Regression:Yes
PHP Version:5.3 Sprint Focus:
Complexity:no-brainer

Description

The configuration options labels are not translated anymore in the Extension Manger.

This is due to a recent refactoring, which encapsulated the translation process in a separate method, but forgot to return the translated value.


Related issues

related to Core - Bug #56942: Tests: Release em tests from extbase base class Resolved 2014-03-15

Associated revisions

Revision 69b35c83
Added by Francois Suter over 1 year ago

[BUGFIX] Option labels not translated anymore

The configuration options labels are not translated anymore
in the Extension Manger.

This is due to a recent refactoring, which encapsulated
the translation process in a separate method,
but forgot to return the translated value.

Resolves: #57198
Releases: 6.2
Change-Id: Ib0051225860c408b00827bf7212835beafbbd2fa
Reviewed-on: https://review.typo3.org/28657
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer

History

#1 Updated by Francois Suter over 1 year ago

How to reproduce:

  • go to the Extension Manager
  • open the configuration view of an extension with localized labels, "news" for example
  • the labels are mangled, because "LLL:" is used as the header and the rest of the localization key as description
  • apply the patch
  • the translations look good again

#2 Updated by Gerrit Code Review over 1 year 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/28657

#3 Updated by Francois Suter over 1 year ago

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

Also available in: Atom PDF