[TYPO3-dev] Problem with localization of frontend plugin

Steffen Kamper steffen at dislabs.de
Thu Apr 12 19:23:14 CEST 2007


"Brian Bendtsen" <nightowl at galnet.dk> schrieb im Newsbeitrag 
news:mailman.1.1176387380.7271.typo3-dev at lists.netfielders.de...
> Hi
>
> When im creating a front end plugin ext. why is my labels not inserted 
> into the pi1/locallang.xml automatically?
>
> I HAVE added another language to the plugin but all that is inserted into 
> the locallang.xml is som dummy text:
>
> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
> <T3locallang>
>     <meta type="array">
>         <type>module</type>
>         <description>Language labels for plugin 
> &quot;tx_ebbolig_pi1&quot;</description>
>     </meta>
>     <data type="array">
>         <languageKey index="default" type="array">
>             <label index="list_mode_1">Mode 1</label>
>             <label index="list_mode_2">Mode 2</label>
>             <label index="list_mode_3">Mode 3</label>
>             <label index="back">Back</label>
>             <label index="submit_button_label">Click here to submit 
> value</label>
>         </languageKey>
>     </data>
> </T3locallang>
>
> Help please
>
> /Brian Bendtsen

this is normal, cause there is only a little code generated as example.

But if you insert languages in kickstarter, the language labels for the 
dbfields are inserted completly.
pi1 is something or you manually, like Masi wrote.

vg  Steffen 






More information about the TYPO3-dev mailing list