Move PHP makepot tools up to tasks/mailpot

This commit is contained in:
Jan Jakes
2021-12-07 15:32:32 +01:00
committed by Veljko V
parent 2afec666b7
commit 7db9a82c4e
13 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class RoboFile extends \Robo\Tasks {
public function translationsBuild() {
return $this->_exec(
'php tasks/makepot/node_modules/grunt-wp-i18n/vendor/wp-i18n-tools/grunt-makepot.php wp-plugin . lang/mailpoet.pot mailpoet .mp_svn,assets,lang,node_modules,plugin_repository,tasks,tests,vendor'
'php tasks/makepot/grunt-makepot.php wp-plugin . lang/mailpoet.pot mailpoet .mp_svn,assets,lang,node_modules,plugin_repository,tasks,tests,vendor'
);
}