Bug #81095
closedIndexed Search Label "displayResults" not translatable by TypoScript
100%
Description
When trying to override the label "displayResults" in TypoScript:
_LOCAL_LANG {
fr {
displayResults = mytranslation
}
}
nothing happens and the default language output is shown.
Updated by Riccardo De Contardi over 7 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!
Updated by Susanne Moog over 7 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.
Updated by Gerrit Code Review over 7 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
Updated by Gerrit Code Review over 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/53704
Updated by Anonymous over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e7882f440155bfac8fcff53b605d080f330f235e.
Updated by Sebastian Schmal about 6 years ago
- Priority changed from Should have to Must have
A new Bug is here:
the typoscript dont work with HTML !
displayResults.previous = < test
displayResults.next = test >
Updated by Josef Glatz about 6 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
Updated by Georg Ringer over 4 years ago
- Related to Bug #78344: Missing use case for overriding language labels with TS and Extbase added