mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 20:28:09 +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}"'
|
create: 'Crear "{label}"'
|
||||||
},
|
},
|
||||||
calendar: {
|
calendar: {
|
||||||
prevYear: 'A o anterior',
|
prevYear: 'Año anterior',
|
||||||
nextYear: 'A o siguiente',
|
nextYear: 'Año siguiente',
|
||||||
prevMonth: 'Mes anterior',
|
prevMonth: 'Mes anterior',
|
||||||
nextMonth: 'Mes siguiente'
|
nextMonth: 'Mes siguiente'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user