Fix parsing function call arguments when arg strings contain commas
This commit is contained in:
@@ -23,10 +23,13 @@ module.exports = function (grunt) {
|
||||
cwd: '.', // base path where to look for translatable strings
|
||||
domainPath: 'lang', // where to save the .pot
|
||||
exclude: [
|
||||
'build/.*',
|
||||
'assets/.*',
|
||||
'lang/.*',
|
||||
'node_modules/.*',
|
||||
'plugin_repository/.*',
|
||||
'tasks/.*',
|
||||
'tests/.*',
|
||||
'vendor/.*',
|
||||
'tasks/.*'
|
||||
'vendor/.*'
|
||||
],
|
||||
mainFile: 'index.php', // Main project file.
|
||||
potFilename: 'mailpoet.pot', // Name of the POT file.
|
||||
|
Reference in New Issue
Block a user