Skip to content

Commit

Permalink
fix(locale): year translation missing ñ in es (#3090)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelOrtuno authored Jan 13, 2025
1 parent 3309ef6 commit 1bf370e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/locale/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down

0 comments on commit 1bf370e

Please sign in to comment.