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
This commit is contained in:
Jannis Leidel 2011-03-15 22:13:36 +00:00
parent d83cf4066c
commit 10e1f5d1d2
1 changed files with 1 additions and 1 deletions

View File

@ -33,5 +33,5 @@ DATETIME_INPUT_FORMATS = (
'%Y-%m-%d', # '2006-10-25'
)
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = ' '
THOUSAND_SEPARATOR = u' '
NUMBER_GROUPING = 3