Modify

Opened 18 years ago

Closed 12 years ago

#365 closed defect (wontfix)

Colums type, priority, resolution & status are always emptyt due to translation

Reported by: rapin.s@… 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 17 years ago by damien

I had the same problem.

Following you're bug description i simply delete the line

(name(cell) == "severity") (name(cell) == "type)

And the cell return now the good value.

comment:2 Changed 12 years ago by Emmanuel Blot

Resolution: wontfix
Status: newclosed

This plugin is not maintained since Trac offers full localization support.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Emmanuel Blot.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.