Skip to main content

atomcode_tuix/i18n/
mod.rs

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