vue-datetime icon indicating copy to clipboard operation
vue-datetime copied to clipboard

Translates don't work very well on IE 11

Open Yan-AM opened this issue 6 years ago • 0 comments

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 : ie_translate_problem

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

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

Yan-AM avatar Apr 25 '19 06:04 Yan-AM