edisdev / vue-datepicker-ui

Datepicker Component For Vue
https://edisdev.github.io/vue-datepicker-ui/
MIT License
427 stars 30 forks source link

azerbaijan calendar #54

Open Digdemk opened 1 year ago

Digdemk commented 1 year ago

Hi. I'm trying to use this plugin in Azerbaijan language but the days in the calendar shows in English. How can i show the days in Azeri lang?

sevkioruc commented 1 year ago

Hi @Digdemk, How did you pass lang prop to the Datepicker component?

Digdemk commented 1 year ago
      <Datepicker 
             lang="az" />

It works fine with other language codes. But in "az" short days on the calendar are in English, not in Azeri.

azeritakvim

edisdev commented 1 year ago

Hi @Digdemk,

So sorry, I was reviewed this issue . This is a about Date API. If you want, we can add props for manual language setting for months / days in the near future.

Screenshot 2022-12-13 at 23 35 29
edisdev commented 1 year ago
Screenshot 2022-12-13 at 23 49 22
Digdemk commented 1 year ago

Hi @edisdev,

It would be great if you could add that props.

Thank you! :)