smhg / gettext-parser

Parse and compile gettext po and mo files, nothing more, nothing less
MIT License
158 stars 44 forks source link

Added command line utility for po/mo parsing. #44

Closed scriptmonster closed 5 years ago

scriptmonster commented 5 years ago

I have added a command-line utility for parsing files from command-line. Similarly compiling can also become a utility as well.

smhg commented 5 years ago

Thank you for your contribution! I'm however not sure we need to add this. I'd think projects which depend on this module already offer this kind of functionality? And if not, it sounds like a good idea to create this as a separate project. This way gettext-parser can evolve independent from CLI functionality.

I'll close this for now, but please feel free to add your thoughts. I'm happy to consider anything.

scriptmonster commented 5 years ago

Thanks for your interest. For my case i only like yo use cli, thus i thought i would be good to have cli functionality. But since you mention it, it would be better to create a separate project.