{"ast":null,"code":"import { formatDistance } from \"./en-US/_lib/formatDistance.mjs\";\nimport { formatRelative } from \"./en-US/_lib/formatRelative.mjs\";\nimport { localize } from \"./en-US/_lib/localize.mjs\";\nimport { match } from \"./en-US/_lib/match.mjs\";\nimport { formatLong } from \"./en-ZA/_lib/formatLong.mjs\";\n\n/**\n * @category Locales\n * @summary English locale (South Africa).\n * @language English\n * @iso-639-2 eng\n * @author Shaila Kavrakova [@shaykav](https://github.com/shaykav)\n */\nexport const enZA = {\n  code: \"en-ZA\",\n  formatDistance: formatDistance,\n  formatLong: formatLong,\n  formatRelative: formatRelative,\n  localize: localize,\n  match: match,\n  options: {\n    weekStartsOn: 0,\n    // Sunday is the first day of the week.\n    firstWeekContainsDate: 1 // The week that contains Jan 1st is the first week of the year.\n  }\n};\n\n// Fallback for modularized imports:\nexport default enZA;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}