Project

General

Profile

Actions

Bug #81095

closed

Indexed Search Label "displayResults" not translatable by TypoScript

Added by David Rellstab almost 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2017-05-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When trying to override the label "displayResults" in TypoScript:

_LOCAL_LANG {
fr {
displayResults = mytranslation
}
}

nothing happens and the default language output is shown.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #78344: Missing use case for overriding language labels with TS and ExtbaseClosed2016-10-19

Actions
Actions #1

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from New to Needs Feedback

Hi @David Rellstab, I am not able to reproduce it with the version 8.7.4

I used in TS Setup:

plugin.tx_indexedsearch{
_LOCAL_LANG{
  default.displayResults = Displaying my own results <strong>%1$s to %2$s</strong> out of <strong>%3$s</strong>
  it.displayResults = Visualizza i miei risultati da <strong>%1$s a %2$s</strong> di <strong>%3$s</strong>
  }

}

Can you add more information about your configuration and how to reproduce it? Thank you!

Actions #2

Updated by Susanne Moog over 6 years ago

  • Status changed from Needs Feedback to Accepted

@Riccardo: It doesn't work if you have included the default TypoScript of indexed_search, OR:


plugin.tx_indexedsearch{
_LOCAL_LANG{
  default.displayResults = Displaying my own results <strong>%1$s to %2$s</strong> out of <strong>%3$s</strong>
  default.displayResults.next = >>>
  }
}

The problem occurs when a toplevel key exists and additionally sub-keys are used.

Actions #3

Updated by Gerrit Code Review over 6 years ago

  • Status changed from Accepted 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/53701

Actions #4

Updated by Gerrit Code Review over 6 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/53704

Actions #5

Updated by Anonymous over 6 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions #7

Updated by Sebastian Schmal over 5 years ago

  • Priority changed from Should have to Must have

A new Bug is here:
the typoscript dont work with HTML !

displayResults.previous = &lt; test
displayResults.next = test &gt;
Actions #8

Updated by Josef Glatz over 5 years ago

Sebastian Schmal wrote:

A new Bug is here:
the typoscript dont work with HTML !

[...]

Hey Sebastian, if it's a new bug you have to better create a new issue as this issue is already closed

Actions #9

Updated by Georg Ringer about 4 years ago

  • Related to Bug #78344: Missing use case for overriding language labels with TS and Extbase added
Actions

Also available in: Atom PDF