Description
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.
Environment
- OS: any
- Browser: any
- Autocomplete version: latest