[TYPO3-dev]  Problem with localization of frontend plugin
    Brian Bendtsen 
    nightowl at galnet.dk
       
    Thu Apr 12 16:16:35 CEST 2007
    
    
  
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 
"tx_ebbolig_pi1"</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
    
    
More information about the TYPO3-dev
mailing list