grunt-wp-i18n
Internationalize WordPress plugins and themes.
WordPress has a robust suite of tools to help internationalize plugins and themes. This plugin brings the power of those existing tools to Grunt in order to make it easy for you to automate the i18n process and make your projects more accessible to an international audience.
If you're not familiar with i18n concepts, read the Internationalization entries in the Plugin Developer Handbook or Theme Developer Handbook.
Getting Started
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-wp-i18n --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks( 'grunt-wp-i18n' );
Requirements
- This plugin requires Grunt
~0.4.0
. - PHP CLI must be in your system path.
Tasks
This plugin consists of two configurable tasks:
- makepot - Generate a POT file.
- addtextdomain - Add a text domain to gettext functions.