We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ca663 commit f492c88Copy full SHA for f492c88
1 file changed
config/grunt/addtextdomain.js
@@ -1,14 +1,15 @@
1
-// https://github.com/blazersix/grunt-wp-i18n
+// https://github.com/cedaro/grunt-wp-i18n
2
module.exports = {
3
options: {
4
- textdomain: '<%= package.textdomain %>',
5
- updateDomains: [ 'all' ]
+ textdomain: '<%= package.textdomain %>'
6
},
7
php: {
8
- files: {
9
- src: [
10
- '<%= files.php %>'
11
- ]
12
- }
+ options: {
+ updateDomains: [ 'all' ]
+ },
+ expand: true,
+ src: [
+ '<%= files.php %>'
13
+ ]
14
}
15
};
0 commit comments