From 39f451f5ada6546a12fefd97397faca189d0169c Mon Sep 17 00:00:00 2001 From: etherman-os Date: Tue, 5 May 2026 19:30:09 +0300 Subject: [PATCH] fix: add Turkish locale references in config, tests, and docs - hermes_cli/config.py: add tr to supported languages comment - locales/en.yaml: add tr to locale file list comment - tests/agent/test_i18n.py: add Turkish alias tests + explicit lang test - website/docs/user-guide/configuration.md: add tr to supported values --- hermes_cli/config.py | 2 +- locales/en.yaml | 2 +- tests/agent/test_i18n.py | 4 ++++ website/docs/user-guide/configuration.md | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/hermes_cli/config.py b/hermes_cli/config.py index 1d9f88e593..275ce387d5 100644 --- a/hermes_cli/config.py +++ b/hermes_cli/config.py @@ -784,7 +784,7 @@ DEFAULT_CONFIG = { # UI language for static user-facing messages (approval prompts, a # handful of gateway slash-command replies). Does NOT affect agent # responses, log lines, tool outputs, or slash-command descriptions. - # Supported: en, zh, ja, de, es, fr, uk. Unknown values fall back to en. + # Supported: en, zh, ja, de, es, fr, tr, uk. Unknown values fall back to en. "language": "en", # TUI busy indicator style: kaomoji (default), emoji, unicode (braille # spinner), or ascii. Live-swappable via `/indicator