Added grunt-wp-i18n solution for i18n-ing the plugin

This commit is contained in:
Remkus de Vries 2014-06-10 14:25:26 +02:00
parent 5efc89dc3b
commit ddc916762b
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ there are tools that are recommended for providing correct, translatable files:
* [Poedit](http://www.poedit.net/) * [Poedit](http://www.poedit.net/)
* [makepot](http://i18n.svn.wordpress.org/tools/trunk/) * [makepot](http://i18n.svn.wordpress.org/tools/trunk/)
* [i18n](https://github.com/grappler/i18n) * [i18n](https://github.com/grappler/i18n)
* [grunt-wp-i18n](https://github.com/blazersix/grunt-wp-i18n)
Any of the above tools should provide you with the proper tooling to localize the plugin. Any of the above tools should provide you with the proper tooling to localize the plugin.