Opened 10 years ago

Last modified 10 years ago

#23532 closed Bug

Macedonian locale (mk_MK) date format has an extra dot — at Initial Version

Reported by: Dejan Noveski 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: yes UI/UX: no

Description

The Macedonian locale (mk_MK) date format currently has an extra dot after the year. The date shouldn't end with a dot.

Correct format: '%d.%m.%Y %H:%M:%S' 25.10.2006 14:30:59
Current format: '%d.%m.%Y. %H:%M:%S' 25.10.2006. 14:30:59

Pull request here - https://github.com/django/django/pull/3255

Change History (0)

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