[Trac] Appropriate way to translate newticket.cs
Daniel Serodio
daniel.listas at xxx.com.br
Fri Oct 7 11:35:09 CDT 2005
Vitaly Ostanin wrote:
>Hello.
>
>I'm trying to translate Trac templates/python code to Russian.
>Please tell me, where is appropriate place to translate
>'priority', 'severity' and other fields from newticket.cs ?
>
>I found 'owner' in
>ticket/web_ui.py
>but where is other fields value ?
>
>
If you're looking for the _values_ of these fields, they're stored in
the SQLite database, in the 'enum' table, and the default values for
these come from db_default.py.
HTH,
Daniel Serodio
More information about the Trac
mailing list