Closed alessandronuunes closed 1 year ago
https://icehaunter.github.io/vue3-datepicker/config.html#locale prop is available just for that.
Example for your case:
<script setup lang="ts">
import { ptBR } from 'date-fns/locale'
import Datepicker from 'vue3-datepicker'
</script>
<template>
<Datepicker :locale="ptBR">
</template>
I would like to translate the names of the months and the day of the week to Brazilian standard