Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Serafeim Papastefanos, 10 years ago

Added PR that corrects the formats.py: https://github.com/django/django/pull/3696

comment:2 by Berker Peksag, 10 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

comment:3 by Tim Graham, 10 years ago

Type: UncategorizedBug

comment:4 by Tim Graham, 10 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 74f02557e0183812d6d60e2548985c5c40b3d27b:

Fixed #23967 -- Added formats for Greek

comment:6 by Tim Graham <timograham@…>, 10 years ago

In 1a352fe1751cb1ec1dc2977e72cac9dc9b770bc1:

[1.7.x] Fixed #23967 -- Added formats for Greek

Backport of 74f02557e0183812d6d60e2548985c5c40b3d27b from master

Note: See TracTickets for help on using tickets.
Back to Top