Richard S Posted June 19, 2011 Share Posted June 19, 2011 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 More sharing options...
Richard S Posted June 20, 2011 Author Share Posted June 20, 2011 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 More sharing options...
feboici Posted October 18, 2012 Share Posted October 18, 2012 Hi, I want to translate my contac information block in my footer... in the back office it's not possible to do that, do you know how to do that ? Thanks Link to comment Share on other sites More sharing options...
feboici Posted October 24, 2012 Share Posted October 24, 2012 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 --> 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now