-
Notifications
You must be signed in to change notification settings - Fork 59
Closed as duplicate of#167
Description
As mentioned in #33, it could be useful if the warnings and messages generated by the make-pot command are available in another format, for example JSON.
This way users can programmatically run the command, easily extract the output and process it further.
My own use case would be to run wp i18n make-pot every time I push code to GitHub and import translations into GlotPress. I want to be able to send a notification if there are any wrong translator comments or anything else.
kkmuffme, strarsis and Virakal