[wp-hackers] plugin .pot creation/editing

Austin Matzko if.website at gmail.com
Thu Feb 12 16:32:08 GMT 2009


On Thu, Feb 12, 2009 at 10:18 AM, Stephen Rider
<wp-hackers at striderweb.com> wrote:
> Does anyone have a decent workflow for creating and updating .pot files for
> plugins?  I'm on Mac OS X as I said, but I'm okay with Terminal commands if
> a decent GUI app isn't available.

I use xgettext on Linux, and I would guess it's available on Mac's BSD:

xgettext my-plugin.php -k__ -k_e -k_n_noop -k_n -o my-plugin.po


More information about the wp-hackers mailing list