Re: [Django] #17815: Turkish plural forms incorrect

2012-03-03 Thread Django
#17815: Turkish plural forms incorrect
--+--
 Reporter:  dave@…|Owner:  nobody
 Type:  Bug   |   Status:  closed
Component:  Translations  |  Version:  1.3
 Severity:  Normal|   Resolution:  invalid
 Keywords:| Triage Stage:  Unreviewed
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+--
Changes (by aaugustin):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Closing "invalid" for the reason explained by Claude.

-- 
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] #17815: Turkish plural forms incorrect

2012-03-02 Thread Django
#17815: Turkish plural forms incorrect
--+--
 Reporter:  dave@…|Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  Translations  |  Version:  1.3
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Unreviewed
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+--
Changes (by claudep):

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


Comment:

 The plural forms are defined by the Transifex platform used now for Django
 translations.[[BR]]
 Could you please open a bug report in Transifex?
 http://trac.transifex.org/newticket

-- 
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] #17815: Turkish plural forms incorrect

2012-03-02 Thread Django
#17815: Turkish plural forms incorrect
--+
 Reporter:  dave@…|  Owner:  nobody
 Type:  Bug   | Status:  new
Component:  Translations  |Version:  1.3
 Severity:  Normal|   Keywords:
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  0 |  UI/UX:  0
--+
 Turkish plural forms in conf/locale/tr/LC_MESSAGES/django.po are
 currently:
 "Plural-Forms: nplurals=1; plural=0\n"

 This is incorrect, they should be:
 "Plural-Forms: nplurals=2; plural=(n>1)\n"

 Ref: http://translate.sourceforge.net/wiki/l10n/pluralforms

-- 
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.