Feature Requests
Share ideas, discuss and vote on requests from other users in community
Translation of Ticket statuses
Under Consideration
We noticed that it is not possible to translate the ticket status to our own language.
If we do this (with some database forces), the tickets still get's put under their old name (e.g. "Customer-Reply") instead of our translation ("Antwoord van Klant").
We would like to see this in a new update.
Thanks a lot in advance!
Hi there,
Thanks for your suggestion.
There are language strings for the default ticket statuses in the client area:
$_LANG['supportticketsstatusanswered'] = "Answered";
$_LANG['supportticketsstatusclosed'] = "Closed";
$_LANG['supportticketsstatuscustomerreply'] = "Customer-Reply";
$_LANG['supportticketsstatusinprogress'] = "In Progress";
$_LANG['supportticketsstatusonhold'] = "On Hold";
Which interface in particular would you like to see multi-lingual translations improved please?
Hi. Yes, we found the language files. However, in the emails, it uses a variable, which does not seem to be translatable.
Comments have been locked on this page!