grunt-wpvue-i18n
v1.0.0
Published
Internationalize WordPress themes and plugins built with Vue.js using grunt
Downloads
13
Maintainers
Readme
grunt-wpvue-i18n
Internationalize WordPress themes and plugins built with Vue.js using grunt
Install
npm install grunt-wpvue-i18n --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks( 'grunt-wpvue-i18n' );
Tasks
This plugin consists of two configurable tasks:
- makepot - Generate a POT file.
- addtextdomain - Add a text domain to gettext functions.
** Forked from cedaro/grunt-wp-i18n **