Actions
Bug #68932
closedTranslation displayResults
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2015-08-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
indexed search translation
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
I am using indexedsearch experimental. It is not possible to overwrite translation of the item "displayResults" in locallang.xlf
I investigated the problem in Classes/Viewhelpers/PageBrowsingResultsViewHelper.php -> renderStatic()
instead of:
$label = \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('displayResults', 'indexed_search');
should be:
$label = \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('displayResults', 'indexedSearch');
Actions