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:
parent
d83cf4066c
commit
10e1f5d1d2
|
@ -33,5 +33,5 @@ DATETIME_INPUT_FORMATS = (
|
|||
'%Y-%m-%d', # '2006-10-25'
|
||||
)
|
||||
DECIMAL_SEPARATOR = ','
|
||||
THOUSAND_SEPARATOR = ' '
|
||||
THOUSAND_SEPARATOR = u' '
|
||||
NUMBER_GROUPING = 3
|
||||
|
|
Loading…
Reference in New Issue