Translate Ticket Type (OTRS 6)

Moderator: crythias

Post Reply
free1804
Znuny newbie
Posts: 4
Joined: 26 Apr 2019, 17:36
Znuny Version: 6.0 (community)
Real Name: Éric F
Company: Commission scolaire des draveurs

Translate Ticket Type (OTRS 6)

Post by free1804 »

Hi,
I already searched for solutions in this forum and in the OTRS dev documentation, but I don't find.

I try to translate all ticket types (Incident,Incident::Major, Problem, RfC, ServiceRequest and Unclassified).

I created the fr_Custom.pm file and work fine for other type of translation like this :

Code: Select all

$Self->{Translation}->{'New (from template)'} = 'Nouveau (d\'un gabarit)';
But When I try to do it for ticket type "ServiceRequest ",

Code: Select all

$Self->{Translation}->{'ServiceRequest'} = 'Requête de Service ';
OTRS fails to translate it.

Is there exist another way to translate Ticket Type?
Any suggestion?

Thank you
Éric
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Translate Ticket Type (OTRS 6)

Post by jojo »

Type can not be translated
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
free1804
Znuny newbie
Posts: 4
Joined: 26 Apr 2019, 17:36
Znuny Version: 6.0 (community)
Real Name: Éric F
Company: Commission scolaire des draveurs

Re: Translate Ticket Type (OTRS 6)

Post by free1804 »

I will recreate types in french and use ACL rules to restrict utilisation only those translated types
Post Reply