Actions
Bug #28223
closedLocalization of a constant string is empty
Start date:
2011-07-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using a constant string (e.g., "CSS Styled Content") instead of a localization key (e.g., "LLL:EXT:some_ext/locallang.xml:key"), the constant string should be returned. At the moment, the localization fails to find the entry in the non-existing localization file and returns an empty string instead.
This is visible when editing all configuration of a template, the "include static (from extension)" list is empty instead of showing all available statit templates provided by the various extensions.
Actions