Skip to content

Commit 8f70f2e

Browse files
committed
Mention you can use Intl.js polyfill to get more locales supported
Related to #642
1 parent f1233e1 commit 8f70f2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ React-Calendar uses modern web technologies. That's why it's so fast, lightweigh
4343

4444
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.
4545

46+
#### My locale isn't supported! What can I do?
47+
48+
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.
49+
4650
### Installation
4751

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

0 commit comments

Comments
 (0)