6eDesign/svelte-calendar

What about internacionalization?

Closed this issue · 3 comments

Can we change the month to spanish or another lenguage?

Would be nice some internacionalization features.

Have you seen https://github.com/6eDesign/svelte-calendar#daysofweek-and-monthsofyear? That should do excatly what you're looking for.

The next version of this calendar will require dayjs as a peer dependency. I believe we will be able to rely on it solely for locales.

Localization has been overhauled in the latest release of svelte-calendar (v3.x). Please check out the localization example on this page. Feel free to open a new issue with additional feedback/bugs/etc.