Re: [Django] #10600: Broken msgid in r.10140 translations

2009-03-24 Thread Django
#10600: Broken msgid in r.10140 translations
---+
  Reporter:  zgoda | Owner:  nobody   
Status:  closed| Milestone:   
 Component:  Translations  |   Version:  SVN  
Resolution:  fixed |  Keywords:  xgettext makemessages
 Stage:  Unreviewed| Has_patch:  1
Needs_docs:  0 |   Needs_tests:  0
Needs_better_patch:  0 |  
---+
Comment (by mtredinnick):

 Sorry, Jarek. I didn't see you'd attached a patch before I fixed it. My
 bad. :-(

-- 
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-updates@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] #10600: Broken msgid in r.10140 translations

2009-03-24 Thread Django
#10600: Broken msgid in r.10140 translations
---+
  Reporter:  zgoda | Owner:  nobody   
Status:  new   | Milestone:   
 Component:  Translations  |   Version:  SVN  
Resolution:|  Keywords:  xgettext makemessages
 Stage:  Unreviewed| Has_patch:  1
Needs_docs:  0 |   Needs_tests:  0
Needs_better_patch:  0 |  
---+
Changes (by zgoda):

  * needs_better_patch:  => 0
  * has_patch:  0 => 1
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
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-updates@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] #10600: Broken msgid in r.10140 translations

2009-03-24 Thread Django
#10600: Broken msgid in r.10140 translations
---+
 Reporter:  zgoda  |   Owner:  nobody
   Status:  new|   Milestone:
Component:  Translations   | Version:  SVN   
 Keywords:  xgettext makemessages  |   Stage:  Unreviewed
Has_patch:  0  |  
---+
 I tried to update messages catalog for pl and got:

 {{{
 jarek:~/install/django/django$ LANG=C django-admin.py makemessages -l pl
 processing language pl
 Error: errors happened while running xgettext on options.py
 ./contrib/admin/options.py:498: warning: 'msgid' format string with
 unnamed arguments cannot be properly localized:
  The translator cannot reorder the
 arguments.
  Please consider using a format
 string with named arguments,
  and a mapping instead of a tuple
 for the arguments.
 }}}

 This error prevents updating `django.po` for Polish language (and I
 suppose for others too).

-- 
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-updates@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
-~--~~~~--~~--~--~---