Skip to content

Commit

Permalink
Replace formats list with code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMamak committed Nov 5, 2024
1 parent b993fe4 commit 9e9b916
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,13 @@ You must provide at least `other` plural category for your translations, otherwi

You can constrain poe2arb version by specifying `poe2arb-version` option in `l10n.yaml`.

Available formats:
* specific version - `0.5.1`
* version range - `>=0.5.1, <0.7`
* min/max version - `>0.5.1`, `<=0.7`
```yaml
# Available formats:
poe2arb-version: "0.5.1" # Specific version
poe2arb-version: ">=0.5.1, <0.7" # Version range
poe2arb-version: ">0.5.1" # Minimum version
poe2arb-version: "<=0.7" # Maximum version
```
You can find more information about version constraints format [here][go-version].
Expand Down

0 comments on commit 9e9b916

Please sign in to comment.