vue-datetime
vue-datetime copied to clipboard
Translates don't work very well on IE 11
Versions
- vue: 2.5.21
- vue-datetime: 1.0.0-beta.10
- luxon: 1.12.1
- Internet Explorer : 11.0.9600.19301
Description:
Hello everybody,
I've a problem with days and months translates, on Internet Explorer 11 with 'x-ua-compatible IE=Edge'. I would like translate in french, but the month translate only work in title.
See the screen shot bellow :

On FireFox, all is Ok (of course !) :

It's the same thing when i forced :
import { Settings } from 'luxon'
Settings.defaultLocale = 'fr'
And also when I use Polyfill :
https://moment.github.io/luxon/docs/manual/install.html#internet-explorer
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=default,String.prototype.repeat,Array.prototype.find,Array.prototype.findIndex,Math.trunc,Math.sign"></script>
Do you have any idea ? Thanks in advance, Yan