atomcode-tuix 4.23.1

Open-source terminal AI coding agent
Documentation
1
2
3
4
5
6
// i18n moved to atomcode-core::i18n so core renderers (e.g.
// SetupReport::render in coding_plan/setup.rs) can localise their
// output. This module is a re-export shim so all existing
// `crate::i18n::{t, Msg, Locale, …}` call sites keep compiling
// unchanged.
pub use atomcode_core::i18n::*;