Rocky_Mountain_Vending/.pnpm-store/v10/files/19/15fbbcec8d835dcb91dc3fc3a1c5c04080a4bb4c4e6a8771847cc7954a63cf279a7bc49cdc33d563ca95058b82737bb019b7045f4f9648aede481d2ef23934
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

29 lines
862 B
Text

"use strict";
exports.enCA = void 0;
var _index = require("./en-US/_lib/formatRelative.cjs");
var _index2 = require("./en-US/_lib/localize.cjs");
var _index3 = require("./en-US/_lib/match.cjs");
var _index4 = require("./en-CA/_lib/formatDistance.cjs");
var _index5 = require("./en-CA/_lib/formatLong.cjs");
/**
* @category Locales
* @summary English locale (Canada).
* @language English
* @iso-639-2 eng
* @author Mark Owsiak [@markowsiak](https://github.com/markowsiak)
* @author Marco Imperatore [@mimperatore](https://github.com/mimperatore)
*/
const enCA = (exports.enCA = {
code: "en-CA",
formatDistance: _index4.formatDistance,
formatLong: _index5.formatLong,
formatRelative: _index.formatRelative,
localize: _index2.localize,
match: _index3.match,
options: {
weekStartsOn: 0 /* Sunday */,
firstWeekContainsDate: 1,
},
});