Re: [Django] #11161: Added plural rules for supported languages

2010-12-02 Thread Django
#11161: Added plural rules for supported languages
---+
  Reporter:  daniels   | Owner:  nobody   
Status:  closed| Milestone:   
 Component:  Internationalization  |   Version:  1.0  
Resolution:  fixed |  Keywords:  plural forms c2py
 Stage:  Accepted  | Has_patch:  1
Needs_docs:  0 |   Needs_tests:  1
Needs_better_patch:  1 |  
---+
Changes (by ramiro):

  * status:  reopened => closed
  * resolution:  => fixed

Comment:

 Re-closing because GNUTranslations (from which our !DjangoTranslation
 inherits) _parse() method already calls c2py() and assigns that value to
 `self.plural`. Thanks jezdez for the explanation.

-- 
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] #11161: Added plural rules for supported languages

2010-12-02 Thread Django
#11161: Added plural rules for supported languages
---+
  Reporter:  daniels   | Owner:  nobody   
Status:  reopened  | Milestone:   
 Component:  Internationalization  |   Version:  1.0  
Resolution:|  Keywords:  plural forms c2py
 Stage:  Accepted  | Has_patch:  1
Needs_docs:  0 |   Needs_tests:  1
Needs_better_patch:  1 |  
---+
Changes (by ramiro):

  * keywords:  plural => plural forms c2py
  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 Reopening because this ticket is about making these expressions available
 in our !DjangoTranslation class and hence available to Python code,
 obtaining the information from the contents of the .po files `Plural-
 Forms:` headers.

-- 
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] #11161: Added plural rules for supported languages

2010-09-18 Thread Django
#11161: Added plural rules for supported languages
---+
  Reporter:  daniels   | Owner:  nobody
Status:  new   | Milestone:
 Component:  Internationalization  |   Version:  1.0   
Resolution:|  Keywords:  plural
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  1 
Needs_better_patch:  1 |  
---+
Comment (by ramiro):

 The infrastructure for adding the enhacements proposed in #4030 would help
 greatly with this.

-- 
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] #11161: Added plural rules for supported languages

2010-09-12 Thread Django
#11161: Added plural rules for supported languages
---+
  Reporter:  daniels   | Owner:  nobody
Status:  new   | Milestone:
 Component:  Internationalization  |   Version:  1.0   
Resolution:|  Keywords:  plural
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  1 
Needs_better_patch:  1 |  
---+
Changes (by ramiro):

  * component:  Translations => Internationalization

Comment:

 oops, this is why it has been flying under the radar for one year :(

-- 
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] #11161: Added plural rules for supported languages

2010-09-12 Thread Django
#11161: Added plural rules for supported languages
---+
  Reporter:  daniels   | Owner:  nobody
Status:  new   | Milestone:
 Component:  Translations  |   Version:  1.0   
Resolution:|  Keywords:  plural
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  1 
Needs_better_patch:  1 |  
---+
Changes (by mtredinnick):

  * needs_better_patch:  0 => 1

-- 
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] #11161: Added plural rules for supported languages

2010-09-12 Thread Django
#11161: Added plural rules for supported languages
---+
  Reporter:  daniels   | Owner:  nobody
Status:  new   | Milestone:
 Component:  Translations  |   Version:  1.0   
Resolution:|  Keywords:  plural
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  1 
Needs_better_patch:  0 |  
---+
Changes (by mtredinnick):

  * stage:  Design decision needed => Accepted

Comment:

 It should pull the rules from Django's own locale file. This doesn't go
 into global settings, since we already a copy.

-- 
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] #11161: Added plural rules for supported languages

2009-05-20 Thread Django
#11161: Added plural rules for supported languages
---+
  Reporter:  daniels   | Owner:  nobody
Status:  new   | Milestone:
 Component:  Translations  |   Version:  1.0   
Resolution:|  Keywords:  plural
 Stage:  Unreviewed| Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  1 
Needs_better_patch:  0 |  
---+
Changes (by daniels):

  * needs_tests:  0 => 1

-- 
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] #11161: Added plural rules for supported languages

2009-05-20 Thread Django
#11161: Added plural rules for supported languages
---+
  Reporter:  daniels   | Owner:  nobody
Status:  new   | Milestone:
 Component:  Translations  |   Version:  1.0   
Resolution:|  Keywords:  plural
 Stage:  Unreviewed| Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by daniels):

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

Comment:

 This ticket is related to tickets #6505 and #9974.

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