svelte-algolia-instantsearch
svelte-algolia-instantsearch copied to clipboard
Translation question
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.
You need to pass them like the following : ` <InfiniteHits translations={{ showMoreButtonText: 'The translated text here' }} let:hit let:sendEvent on:no-hits={() => (hasHits = false)}
`
Thank you @mathg for this.