mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(locale): year translation missing ñ in es (#3090)
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user