Feat(wren-ui): add Indonesian (ID) language support#2182
Feat(wren-ui): add Indonesian (ID) language support#2182interstellardeer wants to merge 1 commit intoCanner:mainfrom
Conversation
Add Indonesian language support using ISO 639-1 code ID across the wren-ui project. The code 'ID' follows the ISO 639-1:2002 standard for the Indonesian language and is uppercased to match the existing enum convention (TR, NL, AR, PT, RU, ZH_CN, etc.). Changes include: - Added ID = 'ID' to ProjectLanguage enum in __types__.ts - Added ID = 'Indonesian' to WrenAILanguage enum in adaptor.ts - Added ID to GraphQL ProjectLanguage enum in schema.ts - Mapped ProjectLanguage.ID to 'Indonesian' in getLanguageText (language.ts)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughAdded Indonesian language support by extending the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Add Indonesian language support using ISO 639-1 code ID across the wren-ui project. The code 'ID' follows the ISO 639-1:2002 standard for the Indonesian language and is uppercased to match the existing enum convention (TR, NL, AR, PT, RU, ZH_CN, etc.).
Changes include:
Added ID = 'ID' to ProjectLanguage enum in types.ts
Added ID = 'Indonesian' to WrenAILanguage enum in adaptor.ts
Added ID to GraphQL ProjectLanguage enum in schema.ts
Mapped ProjectLanguage.ID to 'Indonesian' in getLanguageText (language.ts)
Summary by CodeRabbit