#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 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
follow-up: 4 comment:2 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 10 years ago
Description: | modified (diff) |
---|
comment:4 by , 10 years ago
comment:6 by , 10 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
True, please checkin this patch. The original format was wrong. So this fixes it.
comment:7 by , 10 years ago
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?