mirror of
https://github.com/Hopiu/django.git
synced 2026-04-25 09:14:48 +00:00
Changed es_MX's THOUSAND_SEPARATOR to a comma.
This commit is contained in:
parent
d696fccae6
commit
b639bcc250
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue