react-vis-timeline
react-vis-timeline copied to clipboard
Locale is ignored
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
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>