Skip to content

Commit f492c88

Browse files
committed
Updated addtextdomain config
1 parent 93ca663 commit f492c88

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

config/grunt/addtextdomain.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
// https://github.com/blazersix/grunt-wp-i18n
1+
// https://github.com/cedaro/grunt-wp-i18n
22
module.exports = {
33
options: {
4-
textdomain: '<%= package.textdomain %>',
5-
updateDomains: [ 'all' ]
4+
textdomain: '<%= package.textdomain %>'
65
},
76
php: {
8-
files: {
9-
src: [
10-
'<%= files.php %>'
11-
]
12-
}
7+
options: {
8+
updateDomains: [ 'all' ]
9+
},
10+
expand: true,
11+
src: [
12+
'<%= files.php %>'
13+
]
1314
}
1415
};

0 commit comments

Comments
 (0)