Translate Customer interface

Moderator: crythias

Locked
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

Translate Customer interface

Post by spiderpig »

Hi,

i have created a new language file, everything works fine, except "Logout" wont translate in the right upper corner.

any ideas?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Translate Customer interface

Post by crythias »

Check the .dtl /.tt file and make sure it's being translated.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

Re: Translate Customer interface

Post by spiderpig »

hmm, i don't spot it. In which file should it be in?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Translate Customer interface

Post by crythias »

for ... Customers? Agents?

Look at Header.tt or CustomerNavigationBar.tt

It's already Tagged Translate so check case. Otherwise, check themes, etc.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

Re: Translate Customer interface

Post by spiderpig »

yes for the customer.
i found it in CustomerNavigationBar.tt.

then i translated it in my langueage file
'Logout %s %s' => 'Logout %s %s',

Thank you crythias.
Locked