primefaces / primelocale

MIT License
74 stars 108 forks source link

Incorrect single-character abbreviation of miércoles in es locale Calendar #175

Closed jasonfellows closed 2 months ago

jasonfellows commented 2 months ago

The value for es.dayNamesMin[3] should be "X" instead of "M".

Each day of the week is written using its first letter except Wednesday, which is represented by the letter X in order to avoid confusion between martes (Tuesday) and miércoles (Wednesday), which both begin with an m.

Reference: wikipedia