jonysrb Posted December 21, 2013 Share Posted December 21, 2013 I have a problem with translating MY ACCOUNT . I couldn't find MY FAVORITES PRODUCTS where to translate. It's not in front office or module translation. Any idea to solve this? Link to comment Share on other sites More sharing options...
Sharak Posted December 27, 2013 Share Posted December 27, 2013 (edited) Choose Translate installed modules, choose your theme, then language and search for Module favoriteproducts section Edited December 27, 2013 by Sharak (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 28, 2013 Share Posted December 28, 2013 it's a part of my-account,tpl file located in module directory: /modules/favouriteproducts/views/hook/ <li class="favoriteproducts"> <a href="{$link->getModuleLink('favoriteproducts', 'account')|escape:'htmlall':'UTF-8'}" title="{l s='My favorite products.' mod='favoriteproducts'}"> {if !$in_footer}<img {if isset($mobile_hook)}src="{$module_template_dir}img/favorites.png" class="ui-li-icon ui-li-thumb"{else}src="{$module_template_dir}img/favorites.png" class="icon"{/if} alt="{l s='My favorite products.' mod='favoriteproducts'}"/>{/if} {l s='My favorite products.' mod='favoriteproducts'} </a> </li> so you have to use "installed modules translations" exactly as Sharak suggested above :-) 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