From 6f5c8389eba393ee2743857cdfcf48759a4b077c Mon Sep 17 00:00:00 2001 From: zenobit Date: Mon, 30 Mar 2026 04:54:18 +0200 Subject: [PATCH] feat(i18n): add windsurf guide steps to all 33 languages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added missing cliTools.guides.windsurf.steps[1-5] with title and desc: - step 1: Open AI Settings - step 2: Add Custom Provider - step 3: Base URL (http://127.0.0.1:20128/v1) - step 4: API Key - step 5: Select Model Total: 165 keys across all language files (5 steps × 2 keys × 33 languages) --- src/i18n/messages/hi.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/i18n/messages/hi.json b/src/i18n/messages/hi.json index 8a0a45e5ec..88feadfed1 100644 --- a/src/i18n/messages/hi.json +++ b/src/i18n/messages/hi.json @@ -682,6 +682,30 @@ "0": "Kiro CLI uses YAML config." } }, + "windsurf": { + "steps": { + "1": { + "title": "Open AI Settings", + "desc": "Click the AI Settings icon in Windsurf or go to Settings" + }, + "2": { + "title": "Add Custom Provider", + "desc": "Select \"Add custom provider\" (OpenAI-compatible)" + }, + "3": { + "title": "Base URL", + "desc": "http://127.0.0.1:20128/v1" + }, + "4": { + "title": "API Key", + "desc": "Select your OmniRoute API key" + }, + "5": { + "title": "Select Model", + "desc": "Choose a model from the dropdown" + } + } + }, "windsurf": { "steps": { "1": {