Skip to content

Commit e1f26f1

Browse files
committed
Add checktextdomain setup info
1 parent 235ccf1 commit e1f26f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ makepot: {
7474
}
7575
}
7676
```
77+
78+
### Checktexdomain
79+
80+
In your Gruntfile.js, replace in the section named `checktextdomain` the text_domain option:
81+
82+
```js
83+
checktextdomain: {
84+
options:{
85+
text_domain: 'foo',
86+
```
87+
7788
### Creates pot and pushes it to Transifex
7889
7990
In your Gruntfile.js, replace in the section named `exec` the -- minimum percentage value if needed:

0 commit comments

Comments
 (0)