aa1joe Posted November 9, 2010 Share Posted November 9, 2010 When I click on the different flags at the top right of the website it doesn't translate the website properly.Example I see the template logo and not the proper logo.If I click the french flag, the text is not translated to french.Under the top features the thumbnails are there but there is not description.What do I have to do to fix this.If this cannot be fix how do I remove the other two flags from the website.Thanks. Link to comment Share on other sites More sharing options...
rocky Posted November 10, 2010 Share Posted November 10, 2010 You must edit must sure you have provided translations for those languages on the Tools > Translations tab and on the product editor page. If you don't want your website in multiple languages, you can go to the Modules tab and uninstall the "Language block" in the "Blocks" section. Link to comment Share on other sites More sharing options...
aa1joe Posted November 10, 2010 Author Share Posted November 10, 2010 Rocky what you are saying is that the website does not translate automatically?So I mean to translate in french we have to insert french text? Link to comment Share on other sites More sharing options...
rocky Posted November 10, 2010 Share Posted November 10, 2010 That's right. PrestaShop comes with translations by default, but if you use third-party modules or modify any of the text in your TPL files, they will not be translated automatically. You must manually translate them. PrestaShop v1.4 has the option to automatically translate using Google Translate. Link to comment Share on other sites More sharing options...
aa1joe Posted November 10, 2010 Author Share Posted November 10, 2010 So is this version is using a third party module?I dint modify any text in the tpl either.So I guess then I just remove the translation flags.I don't think the client will go into spending more money to translate text. Link to comment Share on other sites More sharing options...
rocky Posted November 10, 2010 Share Posted November 10, 2010 If you haven't modified any of your TPL files, then your theme and PrestaShop modules should already be translated into French and Spanish. Most third-party modules don't provide translations, so they will be missing translations. I don't provide translations with my modules, since I don't know French or Spanish. Link to comment Share on other sites More sharing options...
aa1joe Posted November 10, 2010 Author Share Posted November 10, 2010 I'm English and French and I do see the links are in French but the home page text is not translated to French and the description text for the items does not come across at all, not even the English version. Weird!Ok Thanks Rocky, I'll suggest to the client that she just goes English.Joe Link to comment Share on other sites More sharing options...
rocky Posted November 10, 2010 Share Posted November 10, 2010 That's right. Content you enter into the editorial module isn't automatically translated. You must manually translate it too.That's weird that the product descriptions aren't coming across even if in English. I'm not sure what would cause that. Link to comment Share on other sites More sharing options...
aa1joe Posted November 10, 2010 Author Share Posted November 10, 2010 yeah, weird and I don't know enough about prestashop to even try to figure that out.I just sent the client and email. It would be a big expense to manually do the translation so I don't think she will do that.Thanks again.Joe Link to comment Share on other sites More sharing options...
aa1joe Posted November 10, 2010 Author Share Posted November 10, 2010 Rocky I just uninstalled the language block and that also removed the other icons. You know the rss, twitter, facebook icon.Is there a way to keep those in place and just remove the translation flags.Thanks Link to comment Share on other sites More sharing options...
rocky Posted November 11, 2010 Share Posted November 11, 2010 That's weird. The language block doesn't include facebook or twitter icons, only flags. Was the module modified in the theme you are using? Link to comment Share on other sites More sharing options...
aa1joe Posted November 11, 2010 Author Share Posted November 11, 2010 All I did is go to module and clicked on uninstalled > Language block v0.1I never modified it in the theme. Link to comment Share on other sites More sharing options...
rocky Posted November 11, 2010 Share Posted November 11, 2010 It make it more difficult to help since you are using a highly customised theme, so I can't assume things work the same way as in the default PrestaShop theme. It looks like the theme creator has modified the language block to include those extra icons. You need to modify themes/Candy-Art3/modules/blocklanguages/blocklanguages.tpl and change lines 24-30 from: {foreach from=$languages key=k item=language name="languages"} {if $language.iso_code != $lang_iso}<a href="{$link->getLanguageLink($language.id_lang, $language.name)}" class="tooltipheader">{$language.name}{/if} <img src="{$img_dir}{$language.id_lang}.jpg" /> {if $language.iso_code != $lang_iso}{/if} {/foreach} to: {*{foreach from=$languages key=k item=language name="languages"} {if $language.iso_code != $lang_iso}<a href="{$link->getLanguageLink($language.id_lang, $language.name)}" class="tooltipheader">{$language.name}{/if} <img src="{$img_dir}{$language.id_lang}.jpg" /> {if $language.iso_code != $lang_iso}{/if} {/foreach}*} Link to comment Share on other sites More sharing options...
aa1joe Posted November 11, 2010 Author Share Posted November 11, 2010 Got it. That just removed the translation flagsThanks again Rocky, much appreciated.Joe 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