Actions
Bug #79984
closedWrong language keys in Extbase-Template
Start date:
2017-02-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
In template "Search.html"
<f:translate key="{f:if(condition: '{sectionData.1} > 1', then: 'word_pages', else: 'word_pages')}" />
has to be replaced by
<f:translate key="{f:if(condition: '{sectionData.1} > 1', then: 'result.pages', else: 'result.page')}" />
"word_pages" was the key for Pi-based version of indexed search.
Actions