Opened 8 years ago
Closed 8 years ago
#27206 closed Bug (fixed)
Incorrect DATE_FORMAT for et locale
Reported by: | Merike Sell | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
https://github.com/django/django/blob/master/django/conf/locale/et/formats.py seems to specify
'j F Y'
but correct would be
'j. F Y'
as in Estonian dates are considered to be ordinal numbers and should be followed by a period.
I'm unsure what the authoritative resource nowadays is but such date is grammatically wrong without a period.
Change History (3)
comment:1 by , 8 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 8 years ago
Wikipedia refers to http://www.eki.ee/books/ekk09/index.php?p=2&p1=10 for Estonian, which confirms this report.
It would be nice to completely review formats.py
for Estonian, as it looks like partial currently.
Please send a pull request and have an Estonian colleague +1 the change and/or provide a reference.