Opened 10 years ago

Last modified 10 years ago

#23532 closed Bug

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

Reported by: Dejan Noveski Owned by: Dejan Noveski
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 (last modified by Dejan Noveski)

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

Change History (3)

comment:1 by Dejan Noveski, 10 years ago

Owner: changed from nobody to Dejan Noveski
Status: newassigned

comment:2 by Claude Paroz, 10 years ago

Triage Stage: UnreviewedAccepted

The current version of formats.py was contributed by trac user vasiliyeah in ticket #15553. Do you know him? Would it be possible to contact him about this fix?

comment:3 by Dejan Noveski, 10 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top