From 10e1f5d1d29cb9561bdf6cdd90863048e2ed7973 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 15 Mar 2011 22:13:36 +0000 Subject: [PATCH] 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 --- django/conf/locale/pl/formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/conf/locale/pl/formats.py b/django/conf/locale/pl/formats.py index 582092d620..1c538b26ab 100644 --- a/django/conf/locale/pl/formats.py +++ b/django/conf/locale/pl/formats.py @@ -33,5 +33,5 @@ DATETIME_INPUT_FORMATS = ( '%Y-%m-%d', # '2006-10-25' ) DECIMAL_SEPARATOR = ',' -THOUSAND_SEPARATOR = ' ' +THOUSAND_SEPARATOR = u' ' NUMBER_GROUPING = 3