Make pot file name configurable

This commit is contained in:
Jan Jakes
2021-12-07 10:19:21 +01:00
committed by Veljko V
parent f6e1c0c101
commit f4656f5d89
2 changed files with 11 additions and 2 deletions

View File

@ -112,7 +112,8 @@ class RoboFile extends \Robo\Tasks {
public function translationsBuild() {
return $this->_exec('./node_modules/.bin/grunt makepot' .
' --gruntfile=' . __DIR__ . '/tasks/makepot/makepot.js' .
' --base_path=' . __DIR__
' --base_path=' . __DIR__ .
' --pot_file_name=mailpoet.pot'
);
}