chore(i18n): translate server config dropdown options (log-level, vram, precision etc.) (v0.8.36)#12026
chore(i18n): translate server config dropdown options (log-level, vram, precision etc.) (v0.8.36)#12026LifetimeVip wants to merge 4 commits intoComfy-Org:mainfrom
Conversation
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughtranslateItem in ServerConfigPanel.vue now returns an item object with translated name, optional translated tooltip, and an explicit translated options array of { text, value }, falling back to original options when translations are absent. ChangesServer Config Translation Enhancement
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 7✅ Passed checks (7 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
🎭 Playwright: ⏳ Running... |

Summary
Translates the dropdown option values in the Server Config panel.
Problem
When opening Settings -> Server Config, dropdown options like log-level, vram mode, precision were displayed in English.
Changes
src/locales/en/main.json:
src/locales/zh/main.json:
src/platform/settings/components/ServerConfigPanel.vue:
E2E Test
Added Playwright test (browser_tests/tests/serverConfigTranslation.spec.ts) to verify:
┆Issue is synchronized with this Notion page by Unito