netamismb Posted October 6, 2019 Posted October 6, 2019 Hello guys, I am have a issue with the Niara translation, cannot find anywhere the strings from Best seller module that are showing on the home page, please see attachment. The strings are in blockbestseller-home.tpl: <div class="tm-hp text-center"> <h2><span class="tm-over">{l s='What others' mod='blockbestsellers'} <span>{l s='love' mod='blockbestsellers'}</span> {l s='most'}</span></h2> <p>{l s='Browse our top selling products.' mod='blockbestsellers'}</p> </div> {include file="$tpl_dir./product-list.tpl" products=$best_sellers class='blockbestsellers' id='blockbestsellers'} {else} <ul id="blockbestsellers" class="blockbestsellers"> <li class="alert alert-info">{l s='No best sellers at this time.' mod='blockbestsellers'}</li> </ul>
Traumflug Posted October 6, 2019 Posted October 6, 2019 This is the fix: https://github.com/thirtybees/niara/pull/17/commits/0d91e2cc3a585cbd998c9b2caf295a6a6f3d5fef The translation is there, just well hidden. The fix moves it into the right place.
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