#13384 closed (fixed)
plural form 0 in russian translation
| Reported by: | Harut | Owned by: | nobody | 
|---|---|---|---|
| Component: | Translations | Version: | 1.1 | 
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
In Russion form 0 is used for plural forms too.
#: contrib/admin/templates/admin/search_form.html:10 #, python-format msgid "1 result" msgid_plural "%(counter)s results" msgstr[0] "1 результат"
Should be changed to:
#: contrib/admin/templates/admin/search_form.html:10 #, python-format msgid "1 result" msgid_plural "%(counter)s results" msgstr[0] "%(counter) результат"
May be, it's not the only time this message is used incorrectly.
Change History (3)
comment:1 by , 16 years ago
| milestone: | → 1.2 | 
|---|---|
| Triage Stage: | Unreviewed → Accepted | 
comment:2 by , 16 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
This isn't the preferred form for translation updates; See the Django contributing guide for the preferred format.