extension_builder
extension_builder copied to clipboard
[BUGFIX] Generate correct .xlf files
The LocalizationService didn't generate the entries for the plugin name and description.
The variable $type is filled with the complete file extension, so it will be locallang_db.xlf instead of locallang_db.
See this line: https://github.com/FriendsOfTYPO3/extension_builder/blob/c5ba89bfefccf9322b9fecaffb1a3cc1af02f426/Classes/Service/FileGenerator.php#L1182
will fix #603