Re: [Django] #14129: Fix Slovenian translation plural-forms

2013-03-15 Thread Django
#14129: Fix Slovenian translation plural-forms
--+
 Reporter:  gasperzejn|Owner:  jezdez
 Type:  Bug   |   Status:  new
Component:  Translations  |  Version:  1.2
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  1
Easy pickings:  0 |UI/UX:  0
--+

Comment (by aaugustin):

 The link above now redirects to GitHub issues. It looks like the Transifex
 devs abandonned their Trac, including the issue we had posted there.

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #14129: Fix Slovenian translation plural-forms

2011-05-05 Thread Django
#14129: Fix Slovenian translation plural-forms
-+--
   Reporter:  gasperzejn |  Owner:  jezdez
   Type:  Uncategorized  | Status:  new
  Milestone:  1.3|  Component:  Translations
Version:  1.2|   Severity:  Normal
 Resolution: |   Keywords:
   Triage Stage:  Accepted   |  Has patch:  1
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  1  |  Easy pickings:  0
-+--
Changes (by patchhammer):

 * needs_better_patch:  0 => 1
 * type:   => Uncategorized
 * severity:   => Normal
 * easy:   => 0


Comment:

 14129.diff fails to apply cleanly on to trunk

-- 
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] #14129: Fix Slovenian translation plural-forms

2011-03-09 Thread Django
#14129: Fix Slovenian translation plural-forms
+--
   Reporter:  gasperzejn|Owner:  jezdez
 Status:  new   |Milestone:  1.3
  Component:  Translations  |  Version:  1.2
 Resolution:| Keywords:
   Triage Stage:  Accepted  |Has patch:  1
Needs documentation:  0 |  Needs tests:  0
Patch needs improvement:  0 |
+--

Comment (by jezdez):

 For the record, the Transifex developers are working on an update but
 can't give a timeline since changing the order of the plural forms isn't
 supported at the moment. I doubt this will be fixed in before the final
 1.3 release.

-- 
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] #14129: Fix Slovenian translation plural-forms

2011-02-14 Thread Django
#14129: Fix Slovenian translation plural-forms
+---
   Reporter:  gasperzejn| Owner:  jezdez
 Status:  new   | Milestone:  1.3   
  Component:  Translations  |   Version:  1.2   
 Resolution:|  Keywords:
   Triage Stage:  Accepted  | Has patch:  1 
Needs documentation:  0 |   Needs tests:  0 
Patch needs improvement:  0 |  
+---

Comment (by gasperzejn):

 No, this isn't correct. The plural forms need shuffling around using this
 pseudocode assignment:

 {{{
 msgstr[0] = msgstr[3]
 msgstr[1] = msgstr[0]
 msgstr[2] = msgstr[1]
 msgstr[3] = msgstr[2]
 }}}

 Thanks.

-- 
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] #14129: Fix Slovenian translation plural-forms

2011-02-14 Thread Django
#14129: Fix Slovenian translation plural-forms
+---
   Reporter:  gasperzejn| Owner:  jezdez
 Status:  new   | Milestone:  1.3   
  Component:  Translations  |   Version:  1.2   
 Resolution:|  Keywords:
   Triage Stage:  Accepted  | Has patch:  1 
Needs documentation:  0 |   Needs tests:  0 
Patch needs improvement:  0 |  
+---
Changes (by diegobz@…):

 * cc: diegobz@… (added)


-- 
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] #14129: Fix Slovenian translation plural-forms

2011-02-14 Thread Django
#14129: Fix Slovenian translation plural-forms
+---
   Reporter:  gasperzejn| Owner:  jezdez
 Status:  new   | Milestone:  1.3   
  Component:  Translations  |   Version:  1.2   
 Resolution:|  Keywords:
   Triage Stage:  Accepted  | Has patch:  1 
Needs documentation:  0 |   Needs tests:  0 
Patch needs improvement:  0 |  
+---

Comment (by jezdez):

 Okay, the Transifex developers now have tested it on test.transifex.net
 and ask us if the following plural form example is correct:

 {{{
 # This file is distributed under the same license as the Django package.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: Django\n"
 "Report-Msgid-Bugs-To: http://code.djangoproject.com/\n;
 "POT-Creation-Date: 2010-05-13 15:35+0200\n"
 "PO-Revision-Date: 2011-02-14 16:14+\n"
 "Last-Translator: Django team\n"
 "Language-Team: English \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: sl\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3
 || n%100==4 ? 3 : 0)\n"

 #: contrib/admin/templates/admin/change_form.html:39
 #: contrib/admin/templates/admin/change_list.html:71
 #: contrib/admin/templates/admin/auth/user/change_password.html:24
 #: contrib/admin/templates/registration/password_change_form.html:15
 msgid "Please correct the error below."
 msgid_plural "Please correct the errors below."
 msgstr[0] "Prosimo, odpravite sledečo napako."
 msgstr[1] "Prosimo, odpravite sledeči napaki."
 msgstr[2] "Prosimo, odpravite sledeče napake."
 msgstr[3] "Prosimo, odpravite sledeče napake."
 }}}

 https://gist.github.com/b8b851f3c4bffa08378f

-- 
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] #14129: Fix Slovenian translation plural-forms

2011-02-12 Thread Django
#14129: Fix Slovenian translation plural-forms
+---
   Reporter:  gasperzejn| Owner:  jezdez
 Status:  new   | Milestone:  1.3   
  Component:  Translations  |   Version:  1.2   
 Resolution:|  Keywords:
   Triage Stage:  Accepted  | Has patch:  1 
Needs documentation:  0 |   Needs tests:  0 
Patch needs improvement:  0 |  
+---

Comment (by jezdez):

 FYI, we can't really fix this bug in Django since Transifex handles plural
 forms for us. I've filed a bug report there to make sure we don't forget
 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-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] #14129: Fix Slovenian translation plural-forms

2011-02-12 Thread Django
#14129: Fix Slovenian translation plural-forms
+---
   Reporter:  gasperzejn| Owner:  jezdez
 Status:  new   | Milestone:  1.3   
  Component:  Translations  |   Version:  1.2   
 Resolution:|  Keywords:
   Triage Stage:  Accepted  | Has patch:  1 
Needs documentation:  0 |   Needs tests:  0 
Patch needs improvement:  0 |  
+---
Changes (by jezdez):

  * owner:  nobody => jezdez
  * status:  reopened => new


-- 
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] #14129: Fix Slovenian translation plural-forms

2011-02-12 Thread Django
#14129: Fix Slovenian translation plural-forms
+---
   Reporter:  gasperzejn| Owner:  nobody
 Status:  reopened  | Milestone:  1.3   
  Component:  Translations  |   Version:  1.2   
 Resolution:|  Keywords:
   Triage Stage:  Accepted  | Has patch:  1 
Needs documentation:  0 |   Needs tests:  0 
Patch needs improvement:  0 |  
+---
Changes (by jezdez):

  * milestone:  => 1.3


Comment:

 Yeah, we can do this, is the attached patch the one to commit?

-- 
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] #14129: Fix Slovenian translation plural-forms

2011-02-12 Thread Django
#14129: Fix Slovenian translation plural-forms
+---
   Reporter:  gasperzejn| Owner:  nobody
 Status:  reopened  | Milestone:
  Component:  Translations  |   Version:  1.2   
 Resolution:|  Keywords:
   Triage Stage:  Accepted  | Has patch:  1 
Needs documentation:  0 |   Needs tests:  0 
Patch needs improvement:  0 |  
+---
Changes (by gasperzejn):

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


Comment:

 After a discussion with fellow translators, we've decided we should adopt
 the new equation.

 Can we do this before 1.3 release?

-- 
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] #14129: Fix Slovenian translation plural-forms

2011-02-12 Thread Django
#14129: Fix Slovenian translation plural-forms
+---
   Reporter:  gasperzejn| Owner:  nobody
 Status:  closed| Milestone:
  Component:  Translations  |   Version:  1.2   
 Resolution:  invalid   |  Keywords:
   Triage Stage:  Accepted  | Has patch:  1 
Needs documentation:  0 |   Needs tests:  0 
Patch needs improvement:  0 |  
+---

Comment (by claudep):

 Yes, the current equation is valid. It's just that more and more projects
 are using another one. Read the rationale here:
 https://answers.launchpad.net/launchpad/+question/18324
 See also: http://translate.sourceforge.net/wiki/l10n/pluralforms

 But as sl coordinator, you are the one to decide :-)

-- 
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] #14129: Fix Slovenian translation plural-forms

2011-02-12 Thread Django
#14129: Fix Slovenian translation plural-forms
+---
   Reporter:  gasperzejn| Owner:  nobody
 Status:  closed| Milestone:
  Component:  Translations  |   Version:  1.2   
 Resolution:  invalid   |  Keywords:
   Triage Stage:  Accepted  | Has patch:  1 
Needs documentation:  0 |   Needs tests:  0 
Patch needs improvement:  0 |  
+---
Changes (by gasperzejn):

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


Comment:

 Uh, seems I made a mistake and haven't double checked the plural equation
 after a bug report from a user.

 Please discard this patch as the current plural equation is valid. I'm
 closing this bug as invalid.

 Thanks.

-- 
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] #14129: Fix Slovenian translation plural-forms

2011-01-23 Thread Django
#14129: Fix Slovenian translation plural-forms
---+
  Reporter:  gasperzejn| Owner:  nobody
Status:  new   | Milestone:
 Component:  Translations  |   Version:  1.2   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by claudep):

  * summary:  Updated Slovenian translation for 1.2.x => Fix Slovenian
  translation plural-forms
  * stage:  Ready for checkin => Accepted

Comment:

 Django translations are now done through the Transifex project.

 You will find all required information on the Django documentation
 website:

 http://docs.djangoproject.com/en/dev/internals/contributing/#submitting-
 and-maintaining-translations

 I'm just letting the bug open for the plural-form change. We need to check
 if it is feasible through Transifex.

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