/** * Locale utilities for the ai-agent package. * * Re-exported from the shared i18n factory in contracts-spec. * * @module i18n/locale */ export { DEFAULT_LOCALE, isSupportedLocale, resolveLocale, SUPPORTED_LOCALES, type SupportedLocale, } from '@contractspec/lib.contracts-spec/translations';