Jump to content
  • 0

How to translate some parts


lupus89

Question

7 answers to this question

Recommended Posts

  • 0

Most of the language you highlighted is in the Support Manager plugin and Order plugin. Look under /plugins/support_manager/language/ and /plugins/order/language/, respectively, for terms.

The "Work Phone" language is currently not using language definitions, but we can add that pretty easily in the next version. Also included in the next version will be translated navigation links from plugins as you've highlighted in your screenshot.

Link to comment
Share on other sites

  • 0

Hello,

I have translated this:  /manager/plugins/support_manager/language/en_us/support_manager_tickets.php

// Log text
$lang['SupportManagerTickets.log.department_id'] = 'The department has been changed to %1$s.'; // %1$s is the department name
$lang['SupportManagerTickets.log.summary'] = 'The summary has been updated.';
$lang['SupportManagerTickets.log.priority'] = 'The priority has been changed to %1$s.'; // %1$s is the priority
$lang['SupportManagerTickets.log.status'] = 'The status has been changed to %1$s.'; // %1$s is the status
$lang['SupportManagerTickets.log.ticket_staff_id'] = 'Assigned to %1$s.'; // %1$s is the name of the department staff member the ticket was assigned to
$lang['SupportManagerTickets.log.unassigned'] = 'Not Assigned';

but the language does not change in this area.

Could it be a bug?

Thank you

Link to comment
Share on other sites

  • 0

The terms you included from the Support Manager are actually logged to the database as written. The language term is used when the action occurs (e.g. assigning the ticket), but when you come back to look at it later, you'll see the log entry in whatever language it was saved in.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...