Project

General

Profile

Actions

Bug #79984

closed

Wrong language keys in Extbase-Template

Added by Gerhard Rupp about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Indexed Search
Target version:
-
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

Also available in: Atom PDF