Actions
Bug #28264
closedFeature #25397: Adding XLIFF support as the default format for translation
Wrong check for existance of translated label
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().
Updated by Mr. Hudson over 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
Updated by Tolleiv Nietsch over 13 years ago
- Status changed from New to Under Review
Updated by Steffen Gebert over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1a9007b7602ba7feeeffffb9be2cb9ac17593d7e.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed
Updated by Ernesto Baschny over 11 years ago
- Target version deleted (
4.6.0-beta1)
Actions