Re: [Django] #14906: Date month format character "E" not working for Polish

2010-12-15 Thread Django
#14906: Date month format character "E" not working for Polish
---+
  Reporter:  jbl1  | Owner:  nobody
Status:  new   | Milestone:  1.3   
 Component:  Translations  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  0 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by jezdez):

  * milestone:  => 1.3

Comment:

 This is because r14915 removed the updates added in r14900, sigh.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #14906: Date month format character "E" not working for Polish

2010-12-15 Thread Django
#14906: Date month format character "E" not working for Polish
---+
  Reporter:  jbl1  | Owner:  nobody
Status:  new   | Milestone:
 Component:  Translations  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  0 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by ramiro):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Accepted
  * component:  Template system => Translations
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 This seems to be caused by a outdated Polish translation, please get in
 touch with the team maintaing it (and even better, offer help :-)): see
 wiki:Localization and the header of the
 django/conf/locale/pl/LC_MESSAGES/django.po file for contact details.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #14906: Date month format character "E" not working for Polish

2010-12-15 Thread Django
#14906: Date month format character "E" not working for Polish
-+--
 Reporter:  jbl1 |   Owner:  nobody
   Status:  new  |   Milestone:
Component:  Template system  | Version:  SVN   
 Keywords:   |   Stage:  Unreviewed
Has_patch:  0|  
-+--
 Given the template code:

 {{{
 Dzisiejsza data: {{ dzisiaj|date:"j F Y" }}
 Dzisiejsza data: {{ dzisiaj|date:"j E Y" }}
 }}}

 I get the following:

 {{{
 Dzisiejsza data: 15 Grudzień 2010

 Dzisiejsza data: 15 December 2010
 }}}

 Expected is (the second line was in error):


 {{{
 Dzisiejsza data: 15 Grudzień 2010

 Dzisiejsza data: 15 grudnia 2010

 }}}

 as per http://docs.djangoproject.com/en/dev/ref/templates/builtins/, which
 says:

 {{{
 E   Month, locale specific alternative representation usually used for
 long date representation.'listopada' (for Polish locale, as opposed to
 'Listopad')

 }}}

 Of course USE_I18N and USE_L10N are set to True which can be seen form the
 first lines of the sample renderings. My Django version is "bleeding edge"
 SVN-14918.

 Is that a bug or am I overseeing something.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.