Jump to content

[Solved] theme's footer and header files translation


Recommended Posts

Hello,

I have added to my header page some static links and in the footer some text without any hooks or similar stuff, however in translations page there are not a convenient way to translate footer and header information. I have used {l s=""} ability.

So is there a way to translate those links and text?

Link to comment
Share on other sites

Solution:

It seems that the problem was not with the files itself, but I have used double quotes in language strings and not the single ones. I have changed double quotes to single and it works now. So be careful using double quotes in {l s=''}.

Link to comment
Share on other sites

  • 1 year later...

solution :

 

<!-- MODULE Block contact infos -->

<div id="block_contact_infos">

<h4>{l s='Contact us' mod='blockcontactinfos'}</h4>

<ul>

<li><strong>{l s='Company name' mod='blockcontactinfos'}</strong></li>

<li><pre>{l s='Address' mod='blockcontactinfos'}</pre></li>

<li><pre>{l s='Postecode and city' mod='blockcontactinfos'}</pre></li>

<li><pre>{l s='Country' mod='blockcontactinfos'}</pre></li>

<li>{l s='Tel:' mod='blockcontactinfos'}</li>

<li>{l s='Fax:' mod='blockcontactinfos'}</li>

<li>{l s='Email:' mod='blockcontactinfos'}</li>

<li>{l s='VAT:' mod='blockcontactinfos'}</li>

 

</ul>

</div>

<!-- /MODULE Block contact infos -->

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...