BadChoice / handesk

A Powerful Laravel Help Desk and Lead Management App
https://github.com/BadChoice/handesk
MIT License
1.41k stars 392 forks source link

Feature: Multi language for mail templates #24

Open marco-aa opened 7 years ago

marco-aa commented 7 years ago

Dear all :)

the UI now supports multi languages :) It would be nice to answer in the language the users is writing so the system is multi national.

2 Ideas

a) Email is coming into the system and if the ticked is assigned we can set the language or b) the team member can answer and set it own language he will answer with - so we can answer a customer in diffrent languages/templates

What do you think ?

BadChoice commented 7 years ago

Sounds good, the only concern I have is the email comments parser since it uses that specifiy line to find when the answer ends..

marco-aa commented 7 years ago

Maybe i got a good idea from a colleage ;)

in config we define the line like "#+#+#+#+#+#+#+#+" and separte the text in the email template we will write "please write above this line".

some text ttt

please write above this line 
#+#+#+#+#+#+#+#+#+#+#+

so we can keep the mail parser and have the translation ? What do you think ? Have a nice weekend ;)