grunt-wp-i18n
grunt-wp-i18n copied to clipboard
Internationalize WordPress themes and plugins with Grunt.
I switched over to a new laptop and made development based on docker. Then I did not notice that `makepot` did not work anymore: It did run, but just outputted:...
Edit text
The WordPress project has switched to using `wp i18n make-pot` ([docs](https://developer.wordpress.org/cli/commands/i18n/make-pot/)). It'd be great if this package switched over too, for two specific advantages: 1. Full PHP 7 support. 2....
It would be great to be able to set certain text domains to be left alone, something along ``` options: { dontUpdateDomains: [ 'thirpartydomain' ] } ``` My use case...
As the title says, I'm trying to find a way to eliminate duplicates in pot file. The job can be achieved by using `msguniq` command and I can run it...
Hi there, Everything works fine in windows 7 but when I run the same task in windows 8 and 10 following error occur. Don't know What am I missing here?...
I was trying to exclude a page template from the makepot. After looking at the code I realized it is not possible. It would be nice if the code would...
Is there a way to control which plugin meta data are included in the .pot file? In example I would like only plugin's description (and maybe name) to be translatable,...
The grunt-potomo task is useful for creating a .mo from a .po, but the missing link is being able to create a .po file from a .pot file and having...
When doing `makepot` and `addtextdomain` tasks, I'd like to see a little bit more feedback about what happened. At the moment, the only thing given is where the POT file...