Removed addtextdomain for grunt

This commit is contained in:
Claudio Sanches 2018-09-28 12:23:19 -03:00
parent 986f4a8289
commit 25872407aa
1 changed files with 0 additions and 1 deletions

View File

@ -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';