php-translation / extractor

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

Extractors for Knp Menu wanted? #149

Closed Guite closed 4 years ago

Guite commented 4 years ago

I have implemented extractors for:

You can see them here: https://github.com/zikula/core/tree/master/src/lib/Zikula/Bundle/CoreBundle/Translation/Extractor/Visitor/Php/Knp/Menu

If desired I can contribute them back.

cc @odolbeau

odolbeau commented 4 years ago

That's a good question! I don't know if the goal of this lib is to provide as much extractors as possible or to only provide "base" extractors. Only @Nyholm has the answer I guess. :)

Nyholm commented 4 years ago

Interesting. Hm. Since this library follows open close principle very well and you can easily include the extractors you want, I don’t see any issue adding KnpLabs stuff like this. Especially since KnpLabs is super popular.

Guite commented 4 years ago

More information here: https://symfony.com/doc/master/bundles/KnpMenuBundle/i18n.html

Guite commented 4 years ago

Closed as added and merged in #152.