You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually also tried changing language to "en", and then doing another build+serve, but that gave me the same results. So I'm guessing my i18n is overriding the plugin config somehow?
The text was updated successfully, but these errors were encountered:
Please describe the bug you are seeing
After configuring the plugin like such:
With my i18n set to
I'm not getting the
"no"
translations, but instead I'm getting the raw translation keys output in the DOM (ex:cmfcmf/d-s-l.searchBar.placeholder
)How can we best reproduce the bug?
By using the following configuration:
Which version of Docusaurus and @cmfcmf/docusaurus-search-local are you using?
Which Node.js version are you using?
v18.1.0
Which theme are you using?
No, I am using a custom theme
How does your plugin config look like?
Additional context
I actually also tried changing
language
to"en"
, and then doing another build+serve, but that gave me the same results. So I'm guessing my i18n is overriding the plugin config somehow?The text was updated successfully, but these errors were encountered: