Skip to content

Commit

Permalink
Changed es_MX's THOUSAND_SEPARATOR to a comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
elcone authored and timgraham committed Mar 13, 2018
1 parent d696fcc commit b639bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/conf/locale/es_MX/formats.py
Expand Up @@ -21,5 +21,5 @@
'%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

0 comments on commit b639bcc

Please sign in to comment.