Commit c1a0c5818421637ac0f99d347b6788fb35a1b108
Committed by
GitHub

1 parent
9372fe8d
fix month 12th name
fix month 12th name: Deciembre -> Diciembre
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/locale/lang/es-ES.js
@@ -35,7 +35,7 @@ const lang = { | @@ -35,7 +35,7 @@ const lang = { | ||
35 | month9: 'Septiembre', | 35 | month9: 'Septiembre', |
36 | month10: 'Octubre', | 36 | month10: 'Octubre', |
37 | month11: 'Noviembre', | 37 | month11: 'Noviembre', |
38 | - month12: 'Deciembre', | 38 | + month12: 'Diciembre', |
39 | year: 'Año', | 39 | year: 'Año', |
40 | weekStartDay: '1', | 40 | weekStartDay: '1', |
41 | weeks: { | 41 | weeks: { |