IchHabRecht / mask_export

Export your mask elements as extension
GNU General Public License v2.0
45 stars 27 forks source link

Put labels of select items into locallang file #99

Closed smichaelsen closed 7 years ago

smichaelsen commented 7 years ago

While all field labels are correctly written to locallang_db.xlf the labels of select items are hardcoded into TCA/Overrides/tt_content.php. For consistency and being better translatable they should be included in the locallang file as well.

smichaelsen commented 7 years ago

I'm not sure, maybe this is something that has to be fixed in mask.

IchHabRecht commented 7 years ago

Hi Sebastian,

As mask doesn't support any labels, I guess I have to care about it in mask_export. I need to have a look which fields I have to take care of and write some new lines of code to parse the items.

Will think about that :-)