{"version":3,"file":"allLocales.cjs","names":["Locales"],"sources":["../../src/allLocales.ts"],"sourcesContent":["/**\n * This file intentionally imports every locale constant and aggregates them\n * into a single ALL_LOCALES object. Importing this file will include all\n * locale strings in the bundle — use it only when you need the full list.\n *\n * For tree-shakeable individual locale constants, import directly from './locales'.\n */\nimport * as Locales from './locales';\n\n/** Object containing all locale string values as properties, e.g. { ENGLISH: 'en', ... } */\nexport const ALL_LOCALES: typeof Locales = { ...Locales } as const;\n\n/** Union of all locale string values, e.g. 'en' | 'en-US' | 'ar' | 'ar-AE' | ... */\nexport type Locale = (typeof Locales)[keyof typeof Locales];\n"],"mappings":";;;;;;;;;;;;AAUA,MAAa,cAA8B,EAAE,GAAGA,iCAAS"}