We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basque language not working in CHROME or SAFARI but works on firefox!! (EU)
You can test it on the playground adding locale="eu" and you will see it works on Firefox but not on Chrome
Steps to reproduce the behavior:
Go to playground ( https://stackblitz.com/edit/vuepic-vue-datepicker?file=src%2Fcomponents%2FPlayground.vue )
Add locale="eu" `<Datepicker v-model="date" locale="eu" />`
On Chrome shows SPANISH language but on Firefox will translate to Basque
Expected behavior Should work on any browser
Desktop & mobile (please complete the following information):
Browser [chrome, safari] Library version [9.0.3]
The text was updated successfully, but these errors were encountered:
This is a standard javascript browser locale implementation. The best approach would be to use the full locale code.
Sorry, something went wrong.
No branches or pull requests
Basque language not working in CHROME or SAFARI but works on firefox!! (EU)
You can test it on the playground adding locale="eu" and you will see it works on Firefox but not on Chrome
Steps to reproduce the behavior:
Expected behavior
Should work on any browser
Desktop & mobile (please complete the following information):
The text was updated successfully, but these errors were encountered: