#23967 closed Bug (fixed)
formats.py for greek language (el) is wrong
| Reported by: | Serafeim Papastefanos | Owned by: | nobody |
|---|---|---|---|
| Component: | Internationalization | Version: | 1.7 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The formats.py for greek (https://github.com/django/django/blob/master/django/conf/locale/el/formats.py) does not define the correct formats for greek. Greek uses more or less the same date formats as with France, so when This is a problem with input formats since the common greek date of %d/%m/%Y cannot be parsed.
Change History (6)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:3 by , 11 years ago
| Type: | Uncategorized → Bug |
|---|
comment:4 by , 11 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:5 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Added PR that corrects the formats.py: https://github.com/django/django/pull/3696