Changes between Initial Version and Version 1 of Ticket #21347


Ignore:
Timestamp:
Oct 29, 2013, 3:18:53 AM (11 years ago)
Author:
Claude Paroz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21347

    • Property Easy pickings set
    • Property Triage Stage UnreviewedAccepted
  • Ticket #21347 – Description

    initial v1  
    11django/views/i18n.py includes the following function:
    2 
     2{{{
    33function ngettext(singular, plural, count) {
    44  value = catalog[singular];
     
    99  }
    1010}
    11 
     11}}}
    1212The "var" keyword is missing in line:
    1313
Back to Top