umpirsky / Twig-Gettext-Extractor

The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.
MIT License
113 stars 32 forks source link

Added a --binpath param specify which gettext binaries to use. Especiall... #21

Open giovyloca opened 9 years ago

giovyloca commented 9 years ago

...y useful for OsX Users.

giovyloca commented 9 years ago

Hi, many OsX users have had problems caused by incompatibility with the installed gettext library provided by the OS. The easiest solution is to install the gettext library with homebrew and point the extractor to use those binaries. This is necessary because brew will not install gettext system wide. This PR adds a --binpath parameter in order to do so. I also refactored some code for better testability.