Project

General

Profile

Actions

Bug #28264

closed

Feature #25397: Adding XLIFF support as the default format for translation

Wrong check for existance of translated label

Added by Steffen Gebert almost 13 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-07-17
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

While tslib_fe::getLL() checks the existance of a translated label with
isset(), language::getLLL() does this with a strict string comparison.
This is evaluated as TRUE, if the subkey is not set at all, which is an
unexpected behavior.

Thus check, whether the label was translated into the current language
using isset().


Related issues 1 (0 open1 closed)

Precedes TYPO3 Core - Feature #20953: Add a warning for IE6 users in TYPO3 4.6ClosedSteffen Gebert2011-07-182011-07-18

Actions
Actions #1

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change I421d541d9aeaa2403052d212c7adba819a4e116f has been pushed to the review server.
It is available at http://review.typo3.org/3380

Actions #2

Updated by Tolleiv Nietsch almost 13 years ago

  • Status changed from New to Under Review
Actions #3

Updated by Steffen Gebert almost 13 years ago

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

Updated by Xavier Perseguers about 12 years ago

  • Status changed from Resolved to Closed
Actions #5

Updated by Ernesto Baschny almost 11 years ago

  • Target version deleted (4.6.0-beta1)
Actions

Also available in: Atom PDF