export {
  DEFAULT_LOCALE,
  LOCALE_LABELS,
  SUPPORTED_LOCALES,
  isAppLocale,
  resolveAppLocale,
  type AppLocale,
} from "./config";
export { LocaleProvider, useLocale } from "./locale-provider";
export { enumLabel, resolveWizardLocale, t, type WizardLocale } from "./wizard-labels";
export { tc } from "./common-labels";
export { td } from "./dashboard-labels";
