Commit e130dc97ffcb14036082c461bbcbb7607e4223e9

Authored by Aresn
Committed by GitHub
2 parents 9372fe8d c1a0c581

Merge pull request #3627 from lensanag/patch-1

fix month 12th name
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: {