Commit 10e1f5d1 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Refined changes to Polish localization format file made in r13298 and r13327...

Refined changes to Polish localization format file made in r13298 and r13327 by using non-breaking space. Refs #13577.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent d83cf406
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,5 +33,5 @@ DATETIME_INPUT_FORMATS = (
    '%Y-%m-%d',             # '2006-10-25'
)
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = ' '
THOUSAND_SEPARATOR = u' '
NUMBER_GROUPING = 3