From 8f70f2e5429add8e1e8157ed16dbc4a3ee539aef Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Thu, 8 Sep 2022 14:55:41 +0200 Subject: [PATCH] Mention you can use Intl.js polyfill to get more locales supported Related to #642 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 26ef66ca..b1dad4b4 100644 --- a/README.md +++ b/README.md @@ -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`.