Actions
Bug #65035
closedTranslation not working with namespaces
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2015-02-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
MailView uses the class name to get the language label:
$label = strtolower(get_class($this)) . '.' . $type;
Which results in "typo3\cms\form\view\mail\mailview.$type" using namespaces.
In translation file the labels have (old) underscore style (e.g.):
<trans-unit id="tx_form_view_mail.success" xml:space="preserve">
Therefore no labels are displayed.
Updated by Frederic Gaus almost 10 years ago
- Status changed from New to Closed
This is a duplication of https://forge.typo3.org/issues/47817. This issue is fixed in 6.2.10rc1 which will be released as 6.2.10 soon.
Actions