Skip to content

Commit

Permalink
Merge pull request #476 from mikemikhaylov/fix-readme-correct-locales
Browse files Browse the repository at this point in the history
docs: Corrects supported locale options
  • Loading branch information
wanasit committed Oct 29, 2022
2 parents d91657e + 80b28d4 commit 29698c8
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 29698c8

Please sign in to comment.