mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-13 03:52:00 +00:00
feat(i18n): add Ukrainian locale
This commit is contained in:
parent
0d41e94ca9
commit
c4b287ba53
6 changed files with 35 additions and 6 deletions
|
|
@ -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. Unknown values fall back to en.
|
||||
# Supported: en, zh, ja, de, es, fr, 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 <style>`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue