Skip to content

Commit 1c7fb2e

Browse files
authored
Merge pull request #150 from Narretz/patch-1
docs: add missing options to Readme
2 parents b3b6fd4 + 19e291e commit 1c7fb2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ All options and defaults are displayed below:
3030
"moduleMethodPlural": "getPlural",
3131
"attribute": "translate",
3232
"attributes": [],
33-
"lineNumbers": true
33+
"lineNumbers": true,
34+
"format": "javascript",
35+
"defaultLanguage": false,
36+
"requirejs": false
3437
}
3538
```
3639

0 commit comments

Comments
 (0)