Jump to content

Cant Translate Menu


adept+

Recommended Posts

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

  • 7 months later...

 

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!

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...