Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12777 closed (fixed)

Decimal fields aren't correctly localized

Reported by: Florian Apolloner Owned by: anonymous
Component: Translations Version: dev
Severity: Keywords:
Cc: Jannis Leidel Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Decimal fields should get their locale representation when outputted via a form; localize_input needs to take care of localizing Decimal/int/float. See attached patch

Attachments (1)

localize_input.diff (3.2 KB ) - added by Florian Apolloner 14 years ago.

Download all attachments as: .zip

Change History (5)

by Florian Apolloner, 14 years ago

Attachment: localize_input.diff added

comment:1 by anonymous, 14 years ago

Owner: changed from Jannis Leidel to anonymous
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Jannis Leidel, 14 years ago

Sorry, Mr. anonymous was me.

comment:3 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12382]) Fixed #12777 - Localize decimal fields correctly. Thanks, Florian Apolloner

comment:4 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top