svelte-algolia-instantsearch icon indicating copy to clipboard operation
svelte-algolia-instantsearch copied to clipboard

Translation question

Open webmin-jcz opened this issue 1 year ago • 2 comments
trafficstars

Hi.

I can see in the ShowMoreButton.svelte code that translation is possible, but I couldn't find a way to do it from my SvelteKit +page.svelte. The same goes with the SearchBox.svelte widget.

Thank you for your time and effort.

webmin-jcz avatar Apr 23 '24 12:04 webmin-jcz

You need to pass them like the following : ` <InfiniteHits translations={{ showMoreButtonText: 'The translated text here' }} let:hit let:sendEvent on:no-hits={() => (hasHits = false)}

`

mathg avatar Sep 19 '24 12:09 mathg

Thank you @mathg for this.

WebShapedBiz avatar Sep 19 '24 12:09 WebShapedBiz