Bug #81095
closed
Indexed Search Label "displayResults" not translatable by TypoScript
Added by David Rellstab over 7 years ago.
Updated about 6 years ago.
Description
When trying to override the label "displayResults" in TypoScript:
_LOCAL_LANG {
fr {
displayResults = mytranslation
}
}
nothing happens and the default language output is shown.
- 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!
- 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.
- Status changed from Accepted to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
- 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 >
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
- Related to Bug #78344: Missing use case for overriding language labels with TS and Extbase added
Also available in: Atom
PDF