Defect #3038
incorrect translation in label_x_closed_issues_abbr section (ru)
| Status: | Closed | Start date: | 2009-03-24 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 2009-03-24 | |
| Assignee: | Azamat Hackimov | % Done: | 0% |
|
| Category: | Translations | |||
| Target version: | 0.9.0 | |||
| Affected version: | devel | Resolution: | Fixed |
Description
in r2613:
label_x_closed_issues_abbr:
zero: 0 закрыто
one: 1 закрыт
other: "{{count}} открыто"
correct:
label_x_closed_issues_abbr:
zero: 0 закрыто
one: 1 закрыт
other: "{{count}} закрыто"
Associated revisions
fix #3038, thanks to Konstantin Kuznetsov for reporting
History
Updated by Azamat Hackimov almost 3 years ago
- Due date set to 2009-03-24
- Status changed from New to Closed
- Assignee set to Azamat Hackimov
- Target version set to 0.9.0
- Resolution set to Fixed
Fixed, thanks for reporting.