diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-03-15 22:13:36 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-03-15 22:13:36 +0000 |
| commit | 10e1f5d1d29cb9561bdf6cdd90863048e2ed7973 (patch) | |
| tree | b4e29144a4f0bd4c6047dbdbdcca0af3a4093aa6 | |
| parent | d83cf4066ccd99ce7c3661fe2886e4c9e97adb4b (diff) | |
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
| -rw-r--r-- | django/conf/locale/pl/formats.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
