Skip to content

Commit 48269ec

Browse files
committed
docs(examples): use UN official languages in language examples
Replace the ad-hoc ko/Korean language examples with the six official UN languages (en/zh/es/fr/ar/ru) so the config docs lead with widely-used options. Claude-Session: https://claude.ai/code/session_018WiFnTo1YW9mtw47Fzir9K
1 parent 1c3105e commit 48269ec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

examples/configuration/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ openkb init
4040
`gemini/gemini-3-flash-preview`).
4141
- **LLM API key** — hidden input; if you provide one it's written to `.env` with
4242
`0600` permissions. Press Enter to skip and set it later.
43-
- **Language** — the output language for your wiki (`en`, `ko`, `Korean`, …).
43+
- **Language** — the output language for your wiki. Any language works; e.g. the
44+
six official UN languages: `en` (English), `zh` (Chinese), `es` (Spanish),
45+
`fr` (French), `ar` (Arabic), `ru` (Russian).
4446

4547
Skip the prompts entirely with flags — handy in scripts:
4648

4749
```bash
4850
openkb init --model anthropic/claude-sonnet-4-6 --language en
49-
openkb init -m gpt-5.4 -l ko
51+
openkb init -m gpt-5.4 -l zh
5052
```
5153

5254
> **Non-interactive (pipes/CI):** prompts are gated on a TTY. When stdin isn't a

0 commit comments

Comments
 (0)