Translation
Target group: Developers, Integrators
All strings are translatable. Translations are managed on Crowdin. Click the button to help translating!
Override translations
You can override translations by registering your .xlf-file as override in your ext_
(this example uses a configure_cookieman extension that we recommend to hold all your cookieman configuration):
$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:cookieman/Resources/Private/Language/locallang.xlf'][]
= 'EXT:configure_cookieman/Resources/Private/Language/locallang_cookieman.xlf';
Copied!
Add translations for new groups and tracking objects
If you have added groups or tracking objects, you will have to add these translation strings:
- group.‹group-key›
- Shown as group title.
- group.‹group-key›.desc
- Shown as introductory text block above the table (optional).
- trackingobject.‹tracking-object-key›.desc
- Shown in the table column "Purpose".
- type.‹your-custom-type-key›
- Shown in the table column "Type".