Skip to content

Commit

Permalink
Mention you can use Intl.js polyfill to get more locales supported
Browse files Browse the repository at this point in the history
Related to #642
  • Loading branch information
wojtekmaj committed Sep 8, 2022
1 parent f1233e1 commit 8f70f2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ React-Calendar uses modern web technologies. That's why it's so fast, lightweigh

If you need to support legacy browsers like Internet Explorer 10, you will need to use [Intl.js](https://github.com/andyearnshaw/Intl.js/) or another Intl polyfill along with React-Calendar.

#### My locale isn't supported! What can I do?

If your locale isn't supported, you can use [Intl.js](https://github.com/andyearnshaw/Intl.js/) or another Intl polyfill along with React-Calendar.

### Installation

Add React-Calendar to your project by executing `npm install react-calendar` or `yarn add react-calendar`.
Expand Down

0 comments on commit 8f70f2e

Please # to comment.