Here's the plugin configuration :
[
require.resolve('docusaurus-lunr-search'),
{
languages: ['ar', 'de', 'en', 'es', 'fr', 'it', 'ru'],
}
],
But the search bar is always in english.
Am I missing a step?
EDIT: if I put non-existing locales in the languages array, docusaurus build complains about stuff like Error: Cannot find module 'lunr-languages/lunr.ca' so it looks like the build takes into account this configuration.
Here's the plugin configuration :
But the search bar is always in english.
Am I missing a step?
EDIT: if I put non-existing locales in the
languagesarray, docusaurus build complains about stuff likeError: Cannot find module 'lunr-languages/lunr.ca'so it looks like the build takes into account this configuration.