extension_builder icon indicating copy to clipboard operation
extension_builder copied to clipboard

[BUGFIX] Generate correct .xlf files

Open PKuhlmay opened this issue 3 years ago • 0 comments

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

PKuhlmay avatar Sep 19 '22 14:09 PKuhlmay