feat: Adds Catalan language support#3643
Merged
Merged
Conversation
Bojun-Vvibe
added a commit
to Bojun-Vvibe/oss-contributions
that referenced
this pull request
Apr 26, 2026
… model entries, goose cargo-minor-and-patch grouped bump - QwenLM/qwen-code#3643 merge-after-nits: 2143-line manual Catalan translation, key-coverage diff + ICU-pluralization spot-check needed - cline/cline#10418 request-changes: dead isDeepseekV4 flag + silent default-model flip + inputPrice:0 cost-tracking footgun - aaif-goose/goose#8821 merge-after-nits: 24-package grouped dependabot bump touching axum/zip/rayon, CI-green + zip-changelog scan needed
wenshao
approved these changes
Apr 26, 2026
wenshao
left a comment
Collaborator
There was a problem hiding this comment.
No issues found. LGTM! ✅ — gpt-5.5 via Qwen Code /review
This was referenced Apr 27, 2026
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
* Initial version * Some fixes * Fix sentences * More fixes * Fix * Latest fixes
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
This Pull Request adds complete Catalan (ca) language support for Qwen Code CLI, including:
Dive Deeper
What's included:
packages/cli/src/i18n/locales/ca.js- Main translation file containing all translated phrasespackages/cli/src/i18n/index.ts- Added Cataln language designation for system detectionTranslation approach:
Reviewer Test Plan
After launching Qwen Code CLI via the
qwencommand, if the user has Catalan set as their system language and the "Auto (detect from system)" option is selected in settings, Qwen Code should automatically display in Catalan.Catalan language can also be enabled manually through two methods:
/languagecommandTesting Matrix
I was only able to test Qwen Code on my personal computer running Linux. However, since the changes only affect the language (I did not alter the functionality of the program in any way), I am confident that there should be no compatibility issues on other platforms.
Linked issues / bugs
This PR addresses community interest in Catalan language support for international users. While there's no specific open issue, this follows the pattern established by existing Chinese (zh) translation.
Screenshots