ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
660 stars 164 forks source link

Add possibility to translate aria attributes #278

Open Amaurgit opened 1 year ago

Amaurgit commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to localize the aria-labels. For example "Gallery" wich is nice, but for English only :)

Describe the solution you'd like Pass an object of localized aria props ? Something like this maybe : https://vue3datepicker.com/props/localization/#aria-labels ?

Thank you for your lib !