Fix useAgenticRetrieval missing Japanese translations #2694
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The useAgenticRetrieval feature in the developer settings was displaying text in Chinese and English instead of proper Japanese translations. This affected the main checkbox label, help text, and related configuration options for Japanese users.
Issues Fixed
1. Incorrect Chinese translation: The
useAgenticRetrieval
label was showing Chinese text "使用主体性检索" instead of Japanese.2. Missing Japanese help text: The help text for the agentic retrieval checkbox was only available in English.
3. Settings component bug: The useAgenticRetrieval checkbox was referencing the wrong help text key (
helpTexts.suggestFollowupQuestions
instead ofhelpTexts.useAgenticRetrieval
).4. Missing translations for related features: The
maxSubqueryCount
andresultsMergeStrategy
controls had no Japanese translations.Changes Made
maxSubqueryCount
: "最大サブクエリ数"resultsMergeStrategy
: "結果マージ戦略"Impact
Japanese users will now see all agentic retrieval features properly localized in the developer settings panel instead of Chinese or English text.
Fixes #2693.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
openaipublic.blob.core.windows.net
python -m pytest tests/e2e.py::test_chat -v --tb=short -s
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.