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
While autocomplete-js allows for the submit/clear button strings to be localized externally, there are strings in the query-suggestions and recent-searches plugins that cannot be localized.
recent-searches
Remove this search
Fill query with "${item.label}"
query-suggestions
Fill query with "${item.query}"
Reproduction
There's not really a way to reproduce this cleanly since it is a gap in the API of these plugins.
Expected behavior
Plugins should allow for localized strings to be provided.