@@ -15,7 +15,7 @@ Scheduled tasks support. Turns the bot into a lightweight OpenClaw alternative f
1515
1616Platforms: macOS, Windows, Linux
1717
18- Languages: English (` en ` ), Deutsch (` de ` ), Español (` es ` ), Français (` fr ` ), Русский (` ru ` ), 简体中文 (` zh ` )
18+ Languages: English (` en ` ), Deutsch (` de ` ), Español (` es ` ), Français (` fr ` ), Русский (` ru ` ), Türkçe ( ` tr ` ), 简体中文 (` zh ` )
1919
2020<p align =" center " >
2121 <img src =" assets/screencast.gif " width =" 45% " alt =" OpenCode Telegram Bot screencast " />
@@ -137,7 +137,7 @@ Scheduled tasks let you prepare prompts in advance and run them automatically la
137137
138138### Localization
139139
140- - Supported locales: ` en ` , ` de ` , ` es ` , ` fr ` , ` ru ` , ` zh `
140+ - Supported locales: ` en ` , ` de ` , ` es ` , ` fr ` , ` ru ` , ` tr ` , ` zh `
141141- The setup wizard asks for language first
142142- You can change locale later with ` BOT_LOCALE `
143143
@@ -159,7 +159,7 @@ When installed via npm, the configuration wizard handles the initial setup. The
159159| ` OPENCODE_SERVER_PASSWORD ` | Server auth password | No | — |
160160| ` OPENCODE_MODEL_PROVIDER ` | Default model provider | Yes | ` opencode ` |
161161| ` OPENCODE_MODEL_ID ` | Default model ID | Yes | ` big-pickle ` |
162- | ` BOT_LOCALE ` | Bot UI language (supported locale code, e.g. ` en ` , ` de ` , ` es ` , ` fr ` , ` ru ` , ` zh ` ) | No | ` en ` |
162+ | ` BOT_LOCALE ` | Bot UI language (supported locale code, e.g. ` en ` , ` de ` , ` es ` , ` fr ` , ` ru ` , ` tr ` , ` zh ` ) | No | ` en ` |
163163| ` SESSIONS_LIST_LIMIT ` | Sessions per page in ` /sessions ` | No | ` 10 ` |
164164| ` PROJECTS_LIST_LIMIT ` | Projects per page in ` /projects ` | No | ` 10 ` |
165165| ` OPEN_BROWSER_ROOTS ` | Comma-separated paths ` /open ` is allowed to browse (supports ` ~ ` ) | No | ` ~ ` (home directory) |
0 commit comments