R2D2
August 10, 2023, 1:52pm
1
Title: Trigger based content from objects should be translated
Usecase environment:
average concurrent agent count? 2
average tickets a day? 15
what roles/people are involved? Agents and customers
What is the idea or pain point:
Translation of trigger based content
why is it not solvable with Zammad standard?
Because trigger based content is not beeing translated
Expectation (not solution):
Trigger based content should be translated into the sysem language.
Used Zammad version: 6
Used Zammad installation type: package
Operating system: Debian 11
Browser + version: Chrome 115
Expected behavior:
Status should be localized in UI and email
Actual behavior:
Some status are note translated into German:
[image]
If I send an email by Trigger and use the variable #{ticket.state.name}, it’s in english than in german.
Steps to reproduce the behavior:
Open Ticket creation mask and open the dropdown “status”
Send email with trigger and put the variable …
1 Like
@R2D2 maybe you are able to add some use cases about the problem. So that it’s easier to go forward.
R2D2
August 11, 2023, 8:00am
4
The use case is that I will send the customer an email and that email contains the status of the ticket like this:
Status: #{ticket.state.name}
Now the German customer read “new” instead of “neu” or “open” instead of “offen”. The function that replaces that variable should be expanded to translate it before replacing.
In dem Use-Case wäre die System-Sprache Englisch?
R2D2
August 11, 2023, 9:14am
6
Nein, bei mir ist die Systemsprache Deutsch, aber der Kunde bekommt den Status in Englisch, obwohl er im UI in Deutsch angezeigt wird.
I don’t mean the current user language, I mean the following setting: zammad run rails r "pp Setting.get('locale_default')"
R2D2
August 11, 2023, 9:29am
8
The result is “de-de”.
Please use the english language. This is a english speaking board.