primefaces / primelocale

MIT License
74 stars 108 forks source link

[issue-175_fix-es-calendar] Correct abbreviation for es dayNamesMin #176

Closed jasonfellows closed 2 months ago

jasonfellows commented 2 months ago

Fix https://github.com/primefaces/primelocale/issues/175

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