This question has been flagged
1 Reply
2193 Views

So in `website_templates.xml` in the website module, there is the template for the searchbox with id `website_search_box`. I'm not using the widget but the template is inherited and used in website_sale on the product page and shop page.


`t-att-placeholder="placeholder if placeholder else 'Search...'"`


I can't find where to define the placeholder variable nor where to translate the `Search...`.

So I inherited the template and set the placeholder value (t-set and t-value) but it seems that this string also isn't translatable.

Where can I either, set the searchbox placeholder or make translatable the string I'll set in the template ?

Avatar
Discard
Best Answer

In odoo website for placeholder, you can translate them using an editor of the website, no need to add any code for that.

Just go to the website click on the translate button and you can find a placeholder is visible with yellow color so when you click on that, you can change the string and save.

Avatar
Discard