I use OTRS translated to PT.
The problem is, when sending an email, OTRS does not translate the template tags.
My sample template is like:
Code: Select all
ticket está <OTRS_TICKET_State>
I've checked the files Kernel/Language/pt.pm and Kernel/Language/pt_BR.pm and both have the translations for the string.
Is there a way to force this translation?
Thank you