Skip to content
New issue

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

Language EU not working on chrome or safari #1004

Closed
oottoo opened this issue Sep 25, 2024 · 1 comment
Closed

Language EU not working on chrome or safari #1004

oottoo opened this issue Sep 25, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@oottoo
Copy link

oottoo commented Sep 25, 2024

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:

  1. Go to playground ( https://stackblitz.com/edit/vuepic-vue-datepicker?file=src%2Fcomponents%2FPlayground.vue )
    
  2. Add locale="eu"  `<Datepicker v-model="date" locale="eu" />`
    
  3. 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]
@oottoo oottoo added awaiting triage The issue is not reviewed by the maintainers bug Something isn't working labels Sep 25, 2024
@Jasenkoo
Copy link
Contributor

Jasenkoo commented Oct 9, 2024

This is a standard javascript browser locale implementation. The best approach would be to use the full locale code.

@Jasenkoo Jasenkoo closed this as completed Oct 9, 2024
@Jasenkoo Jasenkoo added wontfix This will not be worked on and removed bug Something isn't working awaiting triage The issue is not reviewed by the maintainers labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants