Skip to content

Commit

Permalink
refactor: revert changes in wp-textdomain.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Jun 21, 2022
1 parent 2154dc2 commit 1f063ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wp-textdomain.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@ const wpTextdomain = require('wp-textdomain');

wpTextdomain(process.argv[2], {
domain: 'give',
// fix: true,
'glob': {
"ignore": ['vendor', 'languages', 'node_modules', 'assets', 'tests', 'sample-data', '.git', '.github']
}
fix: true,
});

0 comments on commit 1f063ab

Please sign in to comment.