Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Translate ticket email text
#1
When create or update a ticket email was send thru user.

How i can translate this email? I tried at workflow but without sucess
Reply
#2
I suppose you saw the wiki article about how to make these emails work with worflows

http://corebos.org/documentation/doku.php?id=en:helpdesk:notificationemails

at the beginning of that article you can see where the hard coded emails are created, look in the code to see what variables they use and then modify those strings in HelpDesk/language file

in short: the translation strings are in HelpDesk/language files
Joe
TSolucio
Reply
#3
You can also open a thread with the problems you are having with the workflows
Joe
TSolucio
Reply
#4
Yes, but

1) In translate file are text in portuguese, but email is sending always in english

2) Not is possible edit a email text, in workflow ( task ) not show this screen for translate ( with your documentation ) ( same in demo on line )
Reply
#5
please paste here a copy of the email that is not translating and also of the screen that you can't edit.

note that cron emails are sent using the admin user so the application may be using the admin user settings for the language: make sure your admin user has the correct language and try again.
Joe
TSolucio
Reply
#6
there is


Attached Files Image(s)
   
Reply
#7
That email is constructed here:

https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDeskHandler.php#L206
https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDeskHandler.php#L222
https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDeskHandler.php#L225
https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDesk.php#L701

a quick look and it seems that everything is translated except maybe the values of the picklists themselves. Is that what you are referring to?
Joe
TSolucio
Reply
#8
As I understand it, I should be able to edit the email the workflow, right? most have no edit button, that I showed in print.

Print email sent ( all labels and field is english )


Attached Files Image(s)
   
Reply
#9
The default emails sent by the ticketing system are hard code, they cannot be changed from the GUI, they are mostly translated depending on the admin user's language setting.

If you don't like the hard coded emails, you can deactivate them in the workflows and add your own workflows to send out the emails with whatever contents you need.

This article explains how to substitute the existing hard coded logic with workflows that you create: http://corebos.org/documentation/doku.php?id=en:helpdesk:notificationemails
Joe
TSolucio
Reply
#10
I supposed that.

But documentation, confuse me, like it would be possible to edit the notification

Today, coreBOS, inherited vtiger code, there are:

1) email templates admin user can created and send thru workflow, for example ( or use in webmail internal );

2) email system templates ( like a send portal password ) editable thru admin user and in use in system;

3) email sent at hard coded.

Why don't padronization all at email portal password ( item 2 ) ?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)