Project

General

Profile

Actions

Bug #68932

closed

Translation displayResults

Added by Patricia Bartel over 8 years ago. Updated over 8 years ago.

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 #1

Updated by Wouter Wolters over 8 years ago

  • Status changed from New to Closed

Hi, this is resolved already in 7.4 and in the 6.2 branch.
See https://review.typo3.org/#/c/41834/2/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingResultsViewHelper.php

Closing this issue because it is solved already.

Actions

Also available in: Atom PDF