Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vHeemstra authored Jun 13, 2022
1 parent f8cf12c commit c13b92f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,33 @@ See also options [`poSources`](#posources), [`srcDir`](#srcdir), [`domainInPOPat

## Options

### *Overview of all defaults*
```js
{
// Input-related
potSources: ['**/*.pot', '!node_modules/**'],
poSources: null,
srcDir: '',
domainInPOPath: true,
domainFromPOTPath: true,
domain: '',
srcGlobOptions: {},

// Content-related
wrapLength: 77,
defaultContextAsFallback: false,
appendNonIncludedFromPO: false,
includePORevisionDate: false,
includeGenerator: true,

// Output-related
returnPOT: false,
writeFiles: true,
destDir: '',
logResults: false,
}
```

### potSources
`string|Vinyl|array`
> The POT files to process. Can be a path or glob string, a Vinyl object, an array of strings or an array of Vinyl objects.
Expand Down

0 comments on commit c13b92f

Please sign in to comment.