#17426 closed Bug (needsinfo)
Months in Spanish are written in lowercase
Reported by: | opentia | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | 1.3 |
Severity: | Normal | Keywords: | months, Spanish |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The way the Django template system renders the name of the months in the Spanish localization is wrong, because it starts months with a capital letter (as English does). In Spanish months must be written as common nouns instead of proper nouns, so in lowercase as any other usual word.
It is correctly explained in Wikipedia, as in the Spanish Royal Academy of the Language:
Change History (2)
comment:1 by , 13 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Just ran into this small detail. You can see in spanish translations that months are translated in title case instead of lowercase.
Note:
See TracTickets
for help on using tickets.
According to the translations at transifex, Django uses lowercase and python does the same. Can you give more info about the situation which uses uppercase month names?