Modify ↓
Opened 19 years ago
Closed 13 years ago
#365 closed defect (wontfix)
Colums type, priority, resolution & status are always emptyt due to translation
Reported by: | Owned by: | Emmanuel Blot | |
---|---|---|---|
Priority: | normal | Component: | TracFrenchTranslation |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
After reading the source code and tamplate code, I think there is a mistake on "report.cs" at line 174 :
<?cs call:report_cell(name(cell), translation[cell]) ?>
Variable translation[cell] return always an empty value. But I don't know how works template code with python variable...
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This plugin is not maintained since Trac offers full localization support.
Note: See
TracTickets for help on using
tickets.
I had the same problem.
Following you're bug description i simply delete the line
And the cell return now the good value.