mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
feat(i18n): add windsurf guide steps to all 33 languages
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)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user