Skip to content

Commit 66e467d

Browse files
author
whybot
committed
docs: add Turkish to supported locales in README and .env.example
1 parent d21c993 commit 66e467d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ OPENCODE_MODEL_ID=big-pickle
6060
# BASH_TOOL_DISPLAY_MAX_LENGTH=128
6161

6262
# Bot locale: supported locale code (default: en)
63-
# Supported locales: en, de, es, fr, ru, zh
63+
# Supported locales: en, de, es, fr, ru, tr, zh
6464
# BOT_LOCALE=en
6565

6666
# Hide thinking indicator messages (default: false)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Scheduled tasks support. Turns the bot into a lightweight OpenClaw alternative f
1515

1616
Platforms: 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

Comments
 (0)