Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,10 @@ The options for this command are:
the resulting configuration. This is a pattern that accepts the following
parameters:

- `<project_slug>`
- `<resource_slug>` _(required)_
- `<lang>` _(required)_ - can be used multiple times in the filter path
- `<ext>`
- `<project_slug>`- use literally as placeholder or replace by any string
Comment thread
mmattel marked this conversation as resolved.
Outdated
- `<resource_slug>` _(required, literally)_
- `<lang>` _(required, literally)_ - can be used multiple times in the filter path, but at least once
- `<ext>` use literally as placeholder or replace by any string

The default value for this option is
`translations/<project_slug>.<resource_slug>/<lang>.<ext>` (the one we showed
Expand Down