Bug #17349
closedBad line in French localization file for indexed search
0%
Description
The text for "Displaying results 1 to 10 out of 50" shows in English when displaying French localized version of Indexed search.
This is due to the fact the key for this label is mistyped in typo3conf/l10n/fr/indexed_search/pi/fr.localang.xml
Also the content for this language key is mistyped and a <strong> tag remains open, making all the text of the page being displayed as bold once the french language key as been reactivated.
The correct value for the key is :
<label index="pi_list_browseresults_display">Résultat ###TAG_BEGIN###%s à %s###TAG_END### sur un total de ###TAG_BEGIN###%s###TAG_END###</label>
This value should replace line 83 of file typo3conf/l10n/fr/indexed_search/pi/fr.localang.xml
Please find the whole corrected file attached here
(issue imported from #M5725)
Files
Updated by Patrick Gaumond over 17 years ago
Has patch
;)
And the file provided worked for me. Thanks Alban.
Updated by Alban Cousinie almost 16 years ago
This issue still exists and remains unfixed in the main trunck although it has been reported since monthes and how to fix is explained in detail.
Could someone apply it or tell me how I could submit it to Typo3 SVN so this gets fixed ? Thanks.
Updated by Alban Cousinie almost 16 years ago
tt_news page browser is also affected with an english transaction in place of the French transaction, though it may be for a different reason.
Updated by Francois Suter almost 16 years ago
I updated the translation of this label on the translation server. I'm not sure how frequently translated packages are updated, but please try to load language files again in a couple of days and report if issue is solved.
tt_news page browser issue is unrelated, as it belongs to extension tt_news
Updated by Christian Kuhn over 15 years ago
Resolved, no change required. Fixed in translation server.