Rocky_Mountain_Vending/.pnpm-store/v10/files/c8/76358f3681d202f734b1ba9bf7c118499b843bcb4ae05cc00a25b0f5ef73fa9089388425aba896bac5125054daa1b93a5feedc623fb10c3e50b450e822fc5e
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

28 lines
882 B
Text

"use strict";
exports.enIN = void 0;
var _index = require("./en-US/_lib/formatDistance.cjs");
var _index2 = require("./en-US/_lib/formatRelative.cjs");
var _index3 = require("./en-US/_lib/localize.cjs");
var _index4 = require("./en-US/_lib/match.cjs");
var _index5 = require("./en-IN/_lib/formatLong.cjs");
/**
* @category Locales
* @summary English locale (India).
* @language English
* @iso-639-2 eng
* @author Galeel Bhasha Satthar [@gbhasha](https://github.com/gbhasha)
*/
const enIN = (exports.enIN = {
code: "en-IN",
formatDistance: _index.formatDistance,
formatLong: _index5.formatLong,
formatRelative: _index2.formatRelative,
localize: _index3.localize,
match: _index4.match,
options: {
weekStartsOn: 1, // Monday is the first day of the week.
firstWeekContainsDate: 4, // The week that contains Jan 4th is the first week of the year.
},
});