stasinus Posted August 1, 2014 Share Posted August 1, 2014 Hi all, I need to translate the address and phone text in Contact information block (not field names but field values) on different languages. Is it possible to do? Was unable to find anything on this neither in forum nor google. Thx in advance. Link to comment Share on other sites More sharing options...
stasinus Posted August 2, 2014 Author Share Posted August 2, 2014 Anybody? Link to comment Share on other sites More sharing options...
Paulito Posted August 3, 2014 Share Posted August 3, 2014 Hello Not sure if I understand you correctly, do you mean here: http://screencast.com/t/wrRsyxBH Paul Link to comment Share on other sites More sharing options...
vekia Posted August 3, 2014 Share Posted August 3, 2014 you're reffering to this part of website: ? or about this one: Link to comment Share on other sites More sharing options...
stasinus Posted August 4, 2014 Author Share Posted August 4, 2014 (edited) @Paulito: No, it is not what I'm searching for. With "Manage translation" button you can only translate field names, but I need to translate address itself (the value which I'm entering in the form). @Vekia: I'm reffering to the second one. The one with address, block in the footer. I need to translate address so in English it will be like "My Company, ....., Paris France", in Ukraine like "Моя компанія, ...., Париж Франція". Edited August 4, 2014 by stasinus (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 4, 2014 Share Posted August 4, 2014 It's module named "contact information block" you can mange these datas there unfortunately, this module doesnt allow to use different values for other languages Link to comment Share on other sites More sharing options...
stasinus Posted August 4, 2014 Author Share Posted August 4, 2014 (edited) @vekia, hm... are there any plans to add translation functionality to this module? Edited August 4, 2014 by stasinus (see edit history) 2 Link to comment Share on other sites More sharing options...
dloghis Posted September 7, 2014 Share Posted September 7, 2014 I want also to ask, is it possible to translate the "contact information block" ? Link to comment Share on other sites More sharing options...
Paulito Posted September 7, 2014 Share Posted September 7, 2014 Hello Have you tried: Back office > Localization > Translations >Installed module translations > (scroll down to) Contact information block Paul Link to comment Share on other sites More sharing options...
vekia Posted September 7, 2014 Share Posted September 7, 2014 I want also to ask, is it possible to translate the "contact information block" ? you're asking about fields in back office? or about some other stuff? Link to comment Share on other sites More sharing options...
dloghis Posted September 7, 2014 Share Posted September 7, 2014 (edited) vekia i am talking about the fields in back office, in all other fields in modules you can select the translation between languages but not in this one... thanks I am using 2 languages, so in the field "Store Information" i cant translate it to other languages. I don't have the ability to separate the information in languages i use in my case Greek and English like in other modules Edited September 9, 2014 by dloghis (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted September 7, 2014 Share Posted September 7, 2014 Hello But when you go to installed module translations it asks you to pick/choose a language. Sorry, I assume I am not understanding you correctly Paul Link to comment Share on other sites More sharing options...
dloghis Posted September 8, 2014 Share Posted September 8, 2014 Module blockcontactinfos has the Translate button under the fields, but fields does not have the selection button in order to put separate text for every language so if you change the language in the frond end Store Information are the same Link to comment Share on other sites More sharing options...
dloghis Posted September 11, 2014 Share Posted September 11, 2014 Do you want any other informations? Link to comment Share on other sites More sharing options...
genetica Posted December 15, 2014 Share Posted December 15, 2014 i have same problem.. anyway it is funny that it could not be possible to translate that strings Link to comment Share on other sites More sharing options...
stasinus Posted January 12, 2015 Author Share Posted January 12, 2015 I've found a simplest and obvious solution - just to edit blockcontactinfos.tpl file like below (I'm using address field just as example): change {if $blockcontactinfos_address != ''}, {$blockcontactinfos_address|escape:'html':'UTF-8'}{/if} with {l s='Company address' mod='blockcontactinfos'} Then go-to translations, installed module section, and find blockcontactinfos section. You'll find 'Company address' field there. Fill it for all your languages and voila! So you'll edit your data not in the module config but in translations. And it will not be lost with the engine update. Also you can add any filed you want same way without editing any php-code. 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