Opened 12 years ago

Closed 12 years ago

#17674 closed Bug (fixed)

Fixed Croatian DECIMAL_SEPARATOR and THOUSAND_SEPARATOR

Reported by: Deni Bertovic Owned by: Deni Bertovic
Component: Internationalization Version: dev
Severity: Normal Keywords: croatian, decimal separator, thousand separator
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

in django/conf/locale/hr/formats.py the DECIMAL and THOUSAND separators were reversed. The DECIMAL_SEPARATOR should be ',' and the THOUSAND_SEPARATOR should be '.' not the other way around.

Attachments (1)

fix_hr_separators.diff (341 bytes ) - added by Deni Bertovic 12 years ago.

Download all attachments as: .zip

Change History (5)

by Deni Bertovic, 12 years ago

Attachment: fix_hr_separators.diff added

comment:1 by Deni Bertovic, 12 years ago

Owner: changed from nobody to Deni Bertovic

comment:2 by Jannis Leidel, 12 years ago

Triage Stage: UnreviewedReady for checkin

The CLDR entry seems to support this ticket: http://st.unicode.org/cldr-apps/survey?_=hr&x=numbers

comment:3 by Aymeric Augustin, 12 years ago

A random wikipedia page also confirms this.

comment:4 by Aymeric Augustin, 12 years ago

Resolution: fixed
Status: newclosed

In [17544]:

Fixed #17674 -- DECIMAL_SEPARATOR and THOUSAND_SEPARATOR were swapped in the Croatian locale. Thanks deni for the report and patch.

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