kazupon / vue-i18n

:globe_with_meridians: Internationalization plugin for Vue.js
https://kazupon.github.io/vue-i18n/
MIT License
7.26k stars 861 forks source link

DateTime localization not working in Chrome when switching languages #788

Open veiss-com opened 4 years ago

veiss-com commented 4 years ago

vue & vue-i18n version

"vue": "^2.6.11", "vue-i18n": "^8.0.0"

Reproduction Link

https://github.com/veiss-com/vue-i18n-bug-report

Steps to reproduce

Simply change the language from "es" to "eu"

What is Expected?

Format of the date in "es" --> 2/3/2020 Format of the date in "eu" --> 2020/3/2

What is actually happening?

Only happens in Chrome on Windows 80.0.3987.122 (Build oficial) (64 bits), working fine in Firefox & Edge. In linux works fine on Chromium Version 80.0.3987.122 (Official Build) Arch Linux (64-bit) Format of the date in "eu" --> 2/3/2020

kleinfreund commented 4 years ago

@veiss-com Is this by any chance a link to a private repository. The link results in a status 404 for me.

veiss-com commented 4 years ago

Sorry about that my bad ... is public now!!