summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/conf/locale/es/formats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/es/formats.py b/django/conf/locale/es/formats.py
index ff9690bb5e..f2716bb0f1 100644
--- a/django/conf/locale/es/formats.py
+++ b/django/conf/locale/es/formats.py
@@ -26,5 +26,5 @@ DATETIME_INPUT_FORMATS = [
"%d/%m/%y %H:%M",
]
DECIMAL_SEPARATOR = ","
-THOUSAND_SEPARATOR = "."
+THOUSAND_SEPARATOR = "\xa0" # non-breaking space
NUMBER_GROUPING = 3