adept+ Posted March 15, 2016 Share Posted March 15, 2016 How translate on mobile view "MENU"? (horisontal-top menu title)? Prestashop version is 1.6.1.3 and default theme default-bootstrap The only solution that I found was to change : /themes/default-bootstrap/modules/blocktopmenu.tpl <div class="cat-title">{l s="Menu" mod="blocktopmenu"}</div> but cant find way to translate Link to comment Share on other sites More sharing options...
shokinro Posted March 20, 2016 Share Posted March 20, 2016 I think this is a bug of the theme. it should be changed as following (use single quotation instead of double quotation) <div class="cat-title">{l s='Menu' mod='blocktopmenu'}</div> 2 Link to comment Share on other sites More sharing options...
feserge Posted November 5, 2016 Share Posted November 5, 2016 I think this is a bug of the theme. it should be changed as following (use single quotation instead of double quotation) <div class="cat-title">{l s='Menu' mod='blocktopmenu'}</div> It works for my 1.6.1.8. As a result the "Menu" appears in the blocktopmenu module translation section. Thanks! 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