[TYPO3-ect] translations with lib/div
Elmar Hinz
elmar07 at googlemail.com
Mon Jul 30 14:14:59 CEST 2007
>
> Hi Elmar,
>
> i checked that and it doesn't come in. So may be the TS is not parsed
> proper, the TS of the page has to be identical like that you see in
> ObjectBrowser, so may be there is missing something ?
>
> vg Steffen
This is from
http://typo3.org/extensions/repository/view/bananas/0.0.7/info/configurations%252Fsetup.txt/
plugin.tx_bananas.controllers.list = USER_INT
plugin.tx_bananas.controllers.list < plugin.tx_bananas.configurations
plugin.tx_bananas.controllers.list.userFunc =
tx_bananas_controllers_list->main
plugin.tx_bananas.controllers.list.action = defaultAction
So you write into the extTemplate:
plugin.tx_bananas.controllers.list._LOCAL_LANG.default.title = neuer Titel
Longer example:
temp.lang.default {
title = neuer Titel
name = neuer Name
street = neu Straße
}
plugin.tx_bananas.controllers.list._LOCAL_LANG < temp.lang
So far the theory.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list