Rocky_Mountain_Vending/.pnpm-store/v10/files/e1/9d76ea0d56094d141b231c97d600e32bb7209f7aa67030c0551aa163a1730cbf7b7c4e1008a452c22162b8f4789acaa5996ca337571a7b25948999e82e3028
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

31 lines
994 B
Text

"use strict";
exports.frCH = void 0;
var _index = require("./fr/_lib/formatDistance.cjs");
var _index2 = require("./fr/_lib/localize.cjs");
var _index3 = require("./fr/_lib/match.cjs");
var _index4 = require("./fr-CH/_lib/formatLong.cjs");
var _index5 = require("./fr-CH/_lib/formatRelative.cjs"); // Same as fr
// Unique for fr-CH
/**
* @category Locales
* @summary French locale (Switzerland).
* @language French
* @iso-639-2 fra
* @author Jean Dupouy [@izeau](https://github.com/izeau)
* @author François B [@fbonzon](https://github.com/fbonzon)
* @author Van Vuong Ngo [@vanvuongngo](https://github.com/vanvuongngo)
* @author Alex Hoeing [@dcbn](https://github.com/dcbn)
*/
const frCH = (exports.frCH = {
code: "fr-CH",
formatDistance: _index.formatDistance,
formatLong: _index4.formatLong,
formatRelative: _index5.formatRelative,
localize: _index2.localize,
match: _index3.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});