Closed rikwillems closed 10 years ago
I assume that you have overseen one point in file AbstractController.php:
/**
* Loads language files for the plugin. Derieved classes should override this
* function and load their language files like:
* <pre>
* $this->addLanguageLabels($this->getLanguageService()->includeLLFile(t3lib_extMgm::extPath('extkey') . 'lang/locallang.xml'));
* </pre>
*
* @return void
*/
protected function loadLanguageFiles() {
}
Hi Frans, I'm using the TYPO3_4x branch so I think this works a little different. The addLanguageLabelsFromFile function allows to add language files through config, but labels aren't processed because the are returned different than the extension expects, as described.
See my pull request:
Duplicate of #16, #17.
This function doesn't return any labels as the output of the language files is as follows.