[TYPO3-dev] Extensions with more TS support
Steffen Kamper
info at sk-typo3.de
Thu Nov 5 10:48:00 CET 2009
Hi,
to be sync with core i highly suggest using LLL for language labels. You
even could support core functions by using any lang label that is
supported with $GLOBALS['TSFE']->sL with syntax
###LLL:EXT:lang/locallang_general.xml:LGL.layout###
easy parsing:
if (substr($marker, 0 ,4) === 'LLL:') {
$subst = $GLOBALS['TSFE']->sL($marker);
}
vg Steffen
More information about the TYPO3-dev
mailing list