abichinger / vue-js-cron

Renderless Vue.js cron editor
MIT License
74 stars 23 forks source link

How can I translate the days of the week #9

Closed ortizvinicius closed 1 year ago

ortizvinicius commented 1 year ago

I was able to translate the other texts through the custom locale object but could not find how to translate the days of the week (Sunday, Monday...)

Could you help me?

image

abichinger commented 1 year ago

Hello @ortizvinicius,

setting locale="pt" should work.

Could you share your custom locale object so I can add it to the library? Or create a PR for it, if you want.

ortizvinicius commented 1 year ago

Thanks, it works now.

I´ve created the PR to add portuguese translation.

abichinger commented 1 year ago

Nice! I'm going to review it soon.