Removed addtextdomain for grunt
This commit is contained in:
parent
986f4a8289
commit
25872407aa
|
@ -58,7 +58,6 @@ module.exports = function( grunt ) {
|
|||
// Load NPM tasks to be used here.
|
||||
grunt.loadNpmTasks( 'grunt-wp-i18n' );
|
||||
grunt.loadNpmTasks( 'grunt-checktextdomain' );
|
||||
grunt.registerTask( 'i18n', ['addtextdomain', 'makepot'] );
|
||||
|
||||
grunt.util.linefeed = '\n';
|
||||
|
||||
|
|
Loading…
Reference in New Issue