#23532 closed Bug (fixed)
Macedonian locale (mk_MK) date format has an extra dot
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 )
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 (8)
comment:1 Changed 9 years ago by
Owner: | changed from nobody to Dejan Noveski |
---|---|
Status: | new → assigned |
comment:2 follow-up: 4 Changed 9 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 9 years ago by
comment:5 Changed 9 years ago by
Great, if he could confirm and mark the ticket as RFC, would be nice!
comment:6 Changed 9 years ago by
Triage Stage: | Accepted → Ready for checkin |
---|
True, please checkin this patch. The original format was wrong. So this fixes it.
comment:7 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
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?