[Suggestion]: How to use local language search on a translation website
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.8k
- Forks
- 7.9k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
Summary
Support use local language search on a translation website
Page
https://zh-hans.react.dev/, https://ja.react.dev/ etc..
Details
such as search フック on japen:
search 状态 on Chinese:
and use english search...:
i saw the search use algolia, and translate site use the same algolia-api-key for request in source code.So this is the reason?
how can i do for it?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the translation-site search implementation and the Algolia request configuration referenced in the issue. Compare searches on the Chinese, Japanese, and English sites, including the queries shown in the screenshots. Done means local-language queries return relevant results on translated sites while English search continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation, localization, search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100