[TYPO3-dev] Overwrite l10n language key

Florian Rival florian.typo3 at oktopuce.fr
Tue Sep 27 13:07:16 CEST 2016


Hi,

You can add your translations with the following TS :

plugin.<plugin>._LOCAL_LANG.<lang> {
   label1 = some text
   label2 = another text
   label3\.sublabel = Add a slash for labels with a dot
   label4 (
       Use parenthesis 
       for multi-lines labels
    )
}

Or you can also use the extension "lfeditor".

Florian



More information about the TYPO3-dev mailing list