feat(i18n): add Ukrainian locale

This commit is contained in:
Oleksii Lisikh 2026-05-05 17:44:43 +02:00 committed by Teknium
parent 0d41e94ca9
commit c4b287ba53
6 changed files with 35 additions and 6 deletions

View file

@ -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>`.