Changed es_MX's THOUSAND_SEPARATOR to a comma.
This commit is contained in:
parent
d696fccae6
commit
b639bcc250
|
@ -21,5 +21,5 @@ DATETIME_INPUT_FORMATS = [
|
|||
'%d/%m/%y %H:%M',
|
||||
]
|
||||
DECIMAL_SEPARATOR = '.' # ',' is also official (less common): NOM-008-SCFI-2002
|
||||
THOUSAND_SEPARATOR = '\xa0' # non-breaking space
|
||||
THOUSAND_SEPARATOR = ','
|
||||
NUMBER_GROUPING = 3
|
||||
|
|
Loading…
Reference in New Issue