Skip to content

Commit

Permalink
docs: Corrects supported locale options
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemikhaylov committed Oct 24, 2022
1 parent d91657e commit 80b28d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ chrono.en.parseDate('6/10/2018');
chrono.ja.parseDate('昭和64年1月7日');
```

Current supported locale options are: `en`, `ja`
Current supported locale options are: `en`, `ja`, `fr`, `nl` and `ru` (`de`, `pt`, and `zh.hant` are partially supported).

## Customize Chrono

Expand Down

0 comments on commit 80b28d4

Please sign in to comment.