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.
2 Comments
Login to post a comment.
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?