feat(i18n): add French (fr-FR) locale support - #3126
Merged
Conversation
wenshao
reviewed
Apr 11, 2026
fix translation key mismatch for 'Models: Qwen latest models' Add missing trailing \n to the English lookup key so the French translation is correctly matched by the i18n system. Suggested by @wenshao in code review. Co-authored-by: Shaojin Wen <shaojin.wensj@alibaba-inc.com>
…ana95/qwen-code into feat/i18n-french-locale
wenshao
approved these changes
Apr 11, 2026
wenshao
left a comment
Collaborator
There was a problem hiding this comment.
No issues found. LGTM! ✅ — gpt-5.4 via Qwen Code /review
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
* feat(i18n): add French (fr) locale translations * fix translation key mismatch for 'Models: Qwen latest models' fix translation key mismatch for 'Models: Qwen latest models' Add missing trailing \n to the English lookup key so the French translation is correctly matched by the i18n system. Suggested by @wenshao in code review. Co-authored-by: Shaojin Wen <shaojin.wensj@alibaba-inc.com> * fix(i18n): fix translation key mismatch for 'Models: Qwen latest models' * fix(schema): add fr to settings.schema.json language enum * fix(i18n): remove duplicate key 'Models: Qwen latest models' in fr.js --------- Co-authored-by: Shaojin Wen <shaojin.wensj@alibaba-inc.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TLDR
Adds French (fr-FR) locale to Qwen Code CLI. This includes a new translation
file covering all UI strings (help, commands, agents, tools, dialogs) and
registers French in the supported languages list so users can activate it
via the
/languagecommand.Screenshots / Video Demo
N/A — no user-facing behavioral change, UI text translation only.
Dive Deeper
packages/cli/src/i18n/locales/fr.js— ~2000 French translationspackages/cli/src/i18n/languages.ts— addedfrtoSupportedLanguageunion type and
fr-FRentry toSUPPORTED_LANGUAGESarrayReviewer Test Plan
npm run buildthenqwen/languageand selectFrançais (French)/helpto confirm translations are displayed correctlyTesting Matrix
Linked issues / bugs
Example:
Resolves #123-->