//! Dump every BCP-47 locale that
//! `nexo_microapp_sdk::locale::Locale::from_str`
//! accepts as a JSON array. Consumed by
//! `scripts/lint-locale-list-sync.sh` to verify the operator-facing
//! `agent-creator-microapp/frontend/src/data/locales.ts`
//! `SUPPORTED_LOCALES` list is a SUBSET of the Rust accept-list
//! (curated frontend ≤ permissive Rust parser).
//!
//! Output shape (sorted, deterministic):
//! ```json
//! { "supported": ["de", "de-AR", "de-AU", ..., "zh-US"] }
//! ```
use Locale;