Actions
Bug #19404
closedtext in default language in xml file is overridden by random translated text
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-10-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When the default language in a XML file locallang.xml contains a label which is not available in the website language, then this default value is internally stored with a random translation in the $LOCAL_LANG of the pibase object. This wrong text is displayed. It should never replace the original text by a random text of the website's language texts in this xml file.
<languageKey index="default" type="array">
<label index="all">ALLLL</label>
</languageKey>
(issue imported from #M9466)
Files
Actions