You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ module.exports = {
33
33
extractStrings: { //optional
34
34
input:'app/**/*.html',
35
35
destination:'po/template.pot'
36
-
//Any of the [angular-gettext-tools Extractor options](https://github.com/rubenv/angular-gettext-tools#options)
36
+
//Any of the angular-gettext-tools Extractor options
37
37
}
38
38
}),
39
39
// the rest of your plugins...
@@ -42,4 +42,4 @@ module.exports = {
42
42
```
43
43
44
44
# Options
45
-
Support all the configuration and options of the [angular-gettext-cli utility](https://github.com/huston007/angular-gettext-cli).
45
+
Support all the configuration and options of the [angular-gettext-cli utility](https://github.com/huston007/angular-gettext-cli). Check also the [angular-gettext-tools Extractor options](https://github.com/rubenv/angular-gettext-tools#options) (for the supported extractStrings options).
0 commit comments