Jump to content
thirty bees forum
  • 0

Editing the "title" of a block


iBrains

Question

Hello there
I'm setting up a shop, that has to be displayed in Danish.
The localization works for the most part, but right now I am having a hard time figuring out how to translate the "title" that is presented online for each module.

Eg.: Block Best Sellers
On the live version it says:

Our Featured Products

The best selection for top prices.

 

How do I edit that?

2019-09-29.png

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 1
3 hours ago, iBrains said:

Hello there
I'm setting up a shop, that has to be displayed in Danish.
The localization works for the most part, but right now I am having a hard time figuring out how to translate the "title" that is presented online for each module.

 

For Featured Products, you have to go to Localization > Translate

choose modules and Niara Theme.

 

From there :

Our =  
featured =  
products =  
 

Fill the forms to what you want to show in the front page.

Link to comment
Share on other sites

  • 1

well, as near as I can tell the .tpl for blockbestsellers has a line incorrect, I'll probably do a pull request for it.  In the meantime you can goto /themes/naira/modules/blockbestsellers, and edit both files.  You are looking for the following line.

    <h2><span class="tm-over">{l s='What others' mod='blockbestsellers'} <span>{l s='love' mod='blockbestsellers'}</span> {l s='most'}</span></h2>

iit should read

    <h2><span class="tm-over">{l s='What others' mod='blockbestsellers'} <span>{l s='love' mod='blockbestsellers'}</span> {l s='most' mod='blockbestsellers'}</span></h2>

This will put the word 'most' into the translation localization of the block. (the same place you found the translations for 'What others' and 'love')

Edited by SLiCK_303
  • Like 2
  • Thanks 1
Link to comment
Share on other sites

  • 0
3 hours ago, zen said:

 

For Featured Products, you have to go to Localization > Translate

choose modules and Niara Theme.

 

From there :

Our =    
featured =    
products =    
 

Fill the forms to what you want to show in the front page.

Damn... Thought I had been through that. 

Thank you so very much ❤️

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...