Rocky_Mountain_Vending/.pnpm-store/v10/files/26/9f90972c4e1dd2e3279fb3e6fe1b0837524de4c0e04e09d00875a6eae0f884c8ce8a009aa48c5aa39e25cd0e8b86cdd8e364ce69348388354f396c1d85d225
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
1 KiB
Text

"use strict";
exports.zhCN = void 0;
var _index = require("./zh-CN/_lib/formatDistance.cjs");
var _index2 = require("./zh-CN/_lib/formatLong.cjs");
var _index3 = require("./zh-CN/_lib/formatRelative.cjs");
var _index4 = require("./zh-CN/_lib/localize.cjs");
var _index5 = require("./zh-CN/_lib/match.cjs");
/**
* @category Locales
* @summary Chinese Simplified locale.
* @language Chinese Simplified
* @iso-639-2 zho
* @author Changyu Geng [@KingMario](https://github.com/KingMario)
* @author Song Shuoyun [@fnlctrl](https://github.com/fnlctrl)
* @author sabrinaM [@sabrinamiao](https://github.com/sabrinamiao)
* @author Carney Wu [@cubicwork](https://github.com/cubicwork)
* @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
*/
const zhCN = (exports.zhCN = {
code: "zh-CN",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});