On Mon, Jan 15, 2018 at 5:30 AM, Shad <[email protected]> wrote: > Hi > > I have recently installed ticket template plugin into my TRAC installation. > > It works perfectly. But one thing I noticed that is when ever I create my > own template or even modify the existing one, the text doesnt translate > itself when the language in the preferences is changed. > > I.e.; If I write the field names in the description tab in english (For > example Summary: Deatails etc. ) and now if I change the language in the > preferences from english to french, it does not translate the fields within > the description section instead it still reamins in english. > > Is there something that I am missing out? > > Any help is much appreciated. > > Regards, > Shad >
Only static strings in the HTML/JS/Python code are translated by the mechanism built into Trac. TracTicketTemplate plugin doesn't have a mechanism to translate your template, or any words/phrases in the template. - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
