Opened 15 years ago
Closed 15 years ago
#11636 closed (duplicate)
New intdot function for django.contrib.humanize
Reported by: | Rafa Muñoz Cárdenas | Owned by: | nobody |
---|---|---|---|
Component: | Contrib apps | Version: | 1.0 |
Severity: | Keywords: | spain, long numbers, dot | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi all.
I would like to contribute with a little function for the package django.contrib.humanize.
In Spain we don't use commas for long numbers like 45,000. Instead of that we use dots, so the example before would be 45.000. I ignore if other countries from Europe or the World have that rule, but here it's like that.
I'm currently using "Django version 1.0.2 final" on Debian 5.0 (Lenny), and this patch is for this version. I ignore if new changes have been done to the module, but I'm sure you can easily adapt to it.
Thanks for reading this,
Rafa Muñoz Cárdenas.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | humanize.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #3940 and is fixed in branches/soc2009/i18n-improvements.