diff --git a/django/conf/locale/hr/formats.py b/django/conf/locale/hr/formats.py index ceaad57ee5..72fcf51fc7 100644 --- a/django/conf/locale/hr/formats.py +++ b/django/conf/locale/hr/formats.py @@ -42,6 +42,6 @@ DATETIME_INPUT_FORMATS = ( '%d. %m. %y.', # '25. 10. 06.' ) -DECIMAL_SEPARATOR = '.' -THOUSAND_SEPARATOR = ',' +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' NUMBER_GROUPING = 3