php-translation / extractor

Extracts translation strings from source code
MIT License
126 stars 33 forks source link

Humanize the implicit label of symfony form types #154

Closed rmbl closed 2 years ago

rmbl commented 4 years ago

Uses the same method that Symfony uses to humanize implicit form labels before translating them

Fixes php-translation/symfony-bundle#254

bocharsky-bw commented 2 years ago

@rmbl could you take a look at tests here?

bocharsky-bw commented 2 years ago

I fixed tests here, please feel free to give a review here or share some thoughts on it //cc @rmbl

rmbl commented 2 years ago

Sorry, didn't have time to write the tests myself yet. But your changes LGTM. 👍🏻

bocharsky-bw commented 2 years ago

Thanks for this suggestion, let's start with this