Skip to content

Commit

Permalink
Merge pull request #288 from samin/pt_v2
Browse files Browse the repository at this point in the history
Added PT locale
  • Loading branch information
wanasit committed Apr 6, 2019
2 parents 9f2416e + ceee9c8 commit 52c39c0
Show file tree
Hide file tree
Showing 25 changed files with 3,286 additions and 299 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -205,7 +205,7 @@ chrono.en_GB.parseDate('6/10/2018'); // Sat Oct 06 2018 12:00:00 ...
chrono.de.parseDate('6/10/2018'); // Sat Oct 06 2018 12:00:00 ...
```

Current supported locale options are: `en`, `en_GB`, `de`, `es`, `fr`, `ja`
Current supported locale options are: `en`, `en_GB`, `de`, `pt`, `es`, `fr`, `ja`

## Customize Chrono

Expand Down

0 comments on commit 52c39c0

Please sign in to comment.