#13485 closed (fixed)
Input formats for Swedish locale needs improvement
| Reported by: | algestam | Owned by: | nobody |
|---|---|---|---|
| Component: | Internationalization | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The current input format definitions for the Swedish locale are not working since they are using Django format codes instead of the Python datetime format codes in some places.
I am attaching a patch with corrected input formats and some more input types.
Attachments (1)
Change History (4)
by , 16 years ago
| Attachment: | sv_format_codes.patch added |
|---|
comment:1 by , 16 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [13122]) Fixed #13485 - Updated Swedish formats. Thanks, algestam.