{"ast":null,"code":"import { formatDistance } from \"./vi/_lib/formatDistance.mjs\";\nimport { formatLong } from \"./vi/_lib/formatLong.mjs\";\nimport { formatRelative } from \"./vi/_lib/formatRelative.mjs\";\nimport { localize } from \"./vi/_lib/localize.mjs\";\nimport { match } from \"./vi/_lib/match.mjs\";\n\n/**\n * @category Locales\n * @summary Vietnamese locale (Vietnam).\n * @language Vietnamese\n * @iso-639-2 vie\n * @author Thanh Tran [@trongthanh](https://github.com/trongthanh)\n * @author Leroy Hopson [@lihop](https://github.com/lihop)\n */\nexport const vi = {\n  code: \"vi\",\n  formatDistance: formatDistance,\n  formatLong: formatLong,\n  formatRelative: formatRelative,\n  localize: localize,\n  match: match,\n  options: {\n    weekStartsOn: 1 /* Monday */,\n    firstWeekContainsDate: 1 /* First week of new year contains Jan 1st  */\n  }\n};\n\n// Fallback for modularized imports:\nexport default vi;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}