fix(locale): year translation missing ñ in es (#3090)

This commit is contained in:
Israel Ortuño
2025-01-13 16:49:58 -05:00
committed by GitHub
parent 3309ef60b2
commit 1bf370e6fd

View File

@@ -10,8 +10,8 @@ export default defineLocale({
create: 'Crear "{label}"'
},
calendar: {
prevYear: 'A o anterior',
nextYear: 'A o siguiente',
prevYear: 'Año anterior',
nextYear: 'Año siguiente',
prevMonth: 'Mes anterior',
nextMonth: 'Mes siguiente'
},