@@ -17,7 +17,7 @@ Scheduled tasks support. Turns the bot into a lightweight OpenClaw alternative f
1717
1818Platforms: macOS, Windows, Linux
1919
20- Languages: English (` en ` ), Deutsch (` de ` ), Español (` es ` ), Français (` fr ` ), Русский (` ru ` ), 简体中文 (` zh ` )
20+ Languages: English (` en ` ), العربية ( ` ar ` ), Deutsch (` de ` ), Español (` es ` ), Français (` fr ` ), Русский (` ru ` ), 简体中文 (` zh ` )
2121
2222<p align =" center " >
2323 <img src =" assets/screencast.gif " width =" 45% " alt =" OpenCode Telegram Bot screencast " />
@@ -190,7 +190,7 @@ For this to work, the console OpenCode instance must be started on the same port
190190
191191### Localization
192192
193- - Supported locales: ` en ` , ` de ` , ` es ` , ` fr ` , ` ru ` , ` zh `
193+ - Supported locales: ` en ` , ` ar ` , ` de ` , ` es ` , ` fr ` , ` ru ` , ` zh `
194194- The setup wizard asks for language first
195195- You can change locale later with ` BOT_LOCALE `
196196
@@ -217,7 +217,7 @@ When installed via npm, the configuration wizard handles the initial setup. The
217217| ` OPENCODE_SERVER_PASSWORD ` | Server auth password | No | — |
218218| ` OPENCODE_MODEL_PROVIDER ` | Default model provider | Yes | ` opencode ` |
219219| ` OPENCODE_MODEL_ID ` | Default model ID | Yes | ` big-pickle ` |
220- | ` BOT_LOCALE ` | Bot UI language (supported locale code, e.g. ` en ` , ` de ` , ` es ` , ` fr ` , ` ru ` , ` zh ` ) | No | ` en ` |
220+ | ` BOT_LOCALE ` | Bot UI language (supported locale code, e.g. ` en ` , ` ar ` , ` de ` , ` es ` , ` fr ` , ` ru ` , ` zh ` ) | No | ` en ` |
221221| ` SESSIONS_LIST_LIMIT ` | Sessions per page in ` /sessions ` | No | ` 10 ` |
222222| ` MESSAGES_LIST_LIMIT ` | User messages per page in ` /messages ` | No | ` 10 ` |
223223| ` PROJECTS_LIST_LIMIT ` | Projects per page in ` /projects ` | No | ` 10 ` |
0 commit comments