Link won't translate!

Moderator: crythias

Locked
bayerex
Znuny expert
Posts: 164
Joined: 03 Dec 2012, 00:30
Znuny Version: 3.2.7

Link won't translate!

Post by bayerex »

Hi,

I added this to login.dtl:

Code: Select all

<h2 class="Center">$Text{"For customers of XXXX please log into"} <a href=http://support.oursite.com>support.oursite.com</a></h2>
and this into de.pm:

Code: Select all

'For customers of XXXX please log into' => 'Kunden von XXXX bitte melden Sie sich an',
But it won't translate into German!

Have I done something wrong or could there be a caching problem?

Thanks
Last edited by bayerex on 17 Dec 2012, 18:03, edited 1 time in total.
Current Production Server (recently switched from Windows)
OTRS 3.2.7 on Ubuntu 12.04LTS 64bit
PHP 5.3.10-1ubuntu3.6
mysql Ver 14.14 Distrib 5.5.31

Previous Production Server:
Windows 2008
MySQL 5.1.51 Community Server
Strawberry Perl 5.12.3.0
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Link won't translate!

Post by crythias »

beginning apostrophe? Although, you should be adding this to your custom language so it doesn't get clobbered on update.
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
bayerex
Znuny expert
Posts: 164
Joined: 03 Dec 2012, 00:30
Znuny Version: 3.2.7

Re: Link won't translate!

Post by bayerex »

sorry that was just a mistake in my post. But the beginning apostrophe IS in the translation file
Current Production Server (recently switched from Windows)
OTRS 3.2.7 on Ubuntu 12.04LTS 64bit
PHP 5.3.10-1ubuntu3.6
mysql Ver 14.14 Distrib 5.5.31

Previous Production Server:
Windows 2008
MySQL 5.1.51 Community Server
Strawberry Perl 5.12.3.0
bayerex
Znuny expert
Posts: 164
Joined: 03 Dec 2012, 00:30
Znuny Version: 3.2.7

Re: Link won't translate!

Post by bayerex »

Can you please suggest what could be wrong with this translation? I apologise again for missing the apostrophe in my example above but this has always been in my actual code so I really don't understand what is wrong
Current Production Server (recently switched from Windows)
OTRS 3.2.7 on Ubuntu 12.04LTS 64bit
PHP 5.3.10-1ubuntu3.6
mysql Ver 14.14 Distrib 5.5.31

Previous Production Server:
Windows 2008
MySQL 5.1.51 Community Server
Strawberry Perl 5.12.3.0
Locked