Context
Issue #28 introduces i18n support with gettext (English default + French translation).
Currently the language is configured via config.yaml. Users should be able to switch
language directly from the TUI without editing the config file.
Proposed solution
- Add a settings screen or modal accessible from the TUI
- Allow selecting language (en/fr) from a dropdown
- Persist the choice to
config.yaml
- Apply the change immediately (or on next restart)
Acceptance criteria
Related issues
Context
Issue #28 introduces i18n support with gettext (English default + French translation).
Currently the language is configured via
config.yaml. Users should be able to switchlanguage directly from the TUI without editing the config file.
Proposed solution
config.yamlAcceptance criteria
Related issues