emersonbottero / vitepress-plugin-search

Provide local search to your documentation site.
MIT License
240 stars 30 forks source link

Will the plugin support The lang attribute for the search box ? #27

Closed haiting closed 1 year ago

haiting commented 1 year ago

The plugin don't support language configuration Currently,can it be configure with a parameter like lang ?

plugins: [
     vueJsx(),
    SearchPlugin({
      encode: false,
      tokenize: 'full',
      lang: 'zh-CN'
    })
 ],
haiting commented 1 year ago

or the search box can be change by pass a slot?

emersonbottero commented 1 year ago

I'll try to add an labels options

emersonbottero commented 1 year ago

See chinese settings for example