Opened 11 years ago
Last modified 11 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 )
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 , 11 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 11 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 11 years ago
| Description: | modified (diff) |
|---|
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?