react-vis-timeline icon indicating copy to clipboard operation
react-vis-timeline copied to clipboard

Locale is ignored

Open a-aznar opened this issue 1 year ago • 1 comments

No matter the value set to the locale, it seems to always be ignored

I have tried importing moment with locales and event setting the locale through moment, but even then, still ignored.

Unsure of what else to try or how to fix it.

a-aznar avatar Oct 22 '23 11:10 a-aznar

@a-aznar try to import this to your index.html file : <script src='https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.1/moment-with-locales.min.js'></script>

PetukhovArt avatar Nov 03 '23 08:11 PetukhovArt