[TYPO3] "to top" link translation
Xavier Perseguers
typo3 at perseguers.ch
Wed Jul 16 13:28:41 CEST 2008
Hello Guido,
> one more issue is the "to top" link, one can set per content element.
> how can I translate that to chinese?
The text is found in
LLL:EXT:css_styled_content
/pi1/locallang.xml:label.toTop
Either use a condition on
tt_content.stdWrap.innerWrap2 = | <p class="csc-linkToTop"><a
href="#">返回顶部</a></p>
or you may, according to frontend localization guide
(http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/1/2/),
use the syntax below (not tested):
plugin.css_styled_content_pi1._LOCAL_LANG.cn.label.toTop = 返回顶部
This may be something different as I don't see css_styled_content_pi1 in
plugin when browsing the template tree but the idea is as explained.
HTH
--
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html
More information about the TYPO3-english
mailing list