fix month 12th name
fix month 12th name: Deciembre -> Diciembre
This commit is contained in:
parent
9372fe8d1c
commit
c1a0c58184
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const lang = {
|
||||||
month9: 'Septiembre',
|
month9: 'Septiembre',
|
||||||
month10: 'Octubre',
|
month10: 'Octubre',
|
||||||
month11: 'Noviembre',
|
month11: 'Noviembre',
|
||||||
month12: 'Deciembre',
|
month12: 'Diciembre',
|
||||||
year: 'Año',
|
year: 'Año',
|
||||||
weekStartDay: '1',
|
weekStartDay: '1',
|
||||||
weeks: {
|
weeks: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue