Brady Vercher
Brady Vercher
Thanks for letting me know about `msguniq` merging them and keep me updated if you discover anything new!
That does sound like an interesting use case, but I imagine it's probably not worth configuring in most cases unless there are multiple duplicated strings throughout the project. I'll leave...
As much as I'd like to switch over, I don't really want to make WP-CLI (and a WP installation?) a required dependency. Ideally there would be a generic PHP package...
I wasn't sure if WordPress installation was required or not to run that command, but if this becomes a wrapper for `wp i18n make-pot`, doesn't that require developers to have...
@schlessera Very cool! That's pretty much exactly what I've wanted for cases where I use Composer but don't need Node. I'll look into what it will take to switch this...
Aside from copying and renaming the file, is there anything else this task would need to accomplish?
I put together a quick task for doing this in the `feature-makepo` branch. It'll be awhile before I have time to wrap up the tests and docs, so feel free...
I agree with Gary that an option isn't needed for this, but that's exactly what the `processPot` callback is for, so I'm glad you found that useful! Adding an advanced...
Thanks for the PR, @marcochiesi!
This seems to be a pretty popular option, so I'm reopening for discussion on ways to make it easier to implement.