//! `Locale`, `LangCode`, `RegionCode`, and `LocaleParseError`
//! live in `nexo-tool-meta` so `nexo-config` can validate
//! `agents.<id>.language` at YAML deserialise time without
//! triggering a layer inversion (`nexo-config` cannot depend on
//! `nexo-microapp-sdk`).
//!
//! This module is now a thin re-export shim. Existing call sites
//! that import `nexo_microapp_sdk::Locale`,
//! `nexo_microapp_sdk::locale::Locale`, etc. keep working
//! unchanged.
pub use nexo_tool_meta::locale::*;