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

Updated by Gerhard Rupp about 7 years ago

  • Category set to Indexed Search
Actions #2

Updated by Susanne Moog almost 7 years ago

  • Complexity set to no-brainer
  • Sprint Focus set to On Location Sprint
Actions #3

Updated by Susanne Moog almost 7 years ago

  • Assignee set to Joerg Boesche
Actions #4

Updated by Susanne Moog almost 7 years ago

  • Status changed from New to In Progress
Actions #5

Updated by Gerrit Code Review almost 7 years ago

  • Status changed from In Progress to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53485

Actions #6

Updated by Gerrit Code Review almost 7 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53495

Actions #7

Updated by Joerg Boesche almost 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF