grunt-pot
grunt-pot copied to clipboard
Scan files and creates a .pot file using xgettext
Hi, I trying scanning gettext within attributes, but not working as well. Do need add some configuration to making is work?
I'm creating a grunt task for extracting strings from WordPress and it has been working fine so far, thanks so much! The issue I bumped into was the `_nx()` function...
Hi @stephenharris! great plugin! I'm just having trouble updating .PO files. I set `msgmerge: true` but no update is happening. GNU gettext tools are in my system (Windows 8.1) and...
Hi, I currently use windows 10 and i alway ge this error : xgettext is not recognized as an internal or external command I tried to install gettext without any...
Added the `copyright_holder` option. Fixed `language` heading. Added more examples in the configuration.
Runnig grunt-pot on Windows with gettext-0.14.4 installed. Xgettext does not recognize --package-version and --package-name options. Running "pot:files" (pot) task Destination: lang/roots.pot Warning: Command failed: xgettext: unrecognized option --package-name=roots Try (null)...
I get this error because the grunt task is reading 169 files and convert this to long command line . I think, instead of create command line for all 169...
The directory test for `options.dest` currently looks for a trailing slash. If a directory without a trailing slash is passed, the task has no effect. Node's `fs` provides a method...
This task doesn't seem to be a multitask. I'm new to Grunt but it seems Grunt sends different parameters when you have multiple tasks setup. For it to work properly...