Rocky_Mountain_Vending/.pnpm-store/v10/files/88/73933974e9e716d6ce17e5bf50ced10303661f0a457ac9832751f97cbcd42862ee10b1dd84eb386db1ed3f3c0b24984d948010c3372b0f1248b6655d289b29
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
880 B
Text

"use strict";
exports.ar = void 0;
var _index = require("./ar/_lib/formatDistance.cjs");
var _index2 = require("./ar/_lib/formatLong.cjs");
var _index3 = require("./ar/_lib/formatRelative.cjs");
var _index4 = require("./ar/_lib/localize.cjs");
var _index5 = require("./ar/_lib/match.cjs");
/**
* @category Locales
* @summary Arabic locale (Modern Standard Arabic - Al-fussha).
* @language Modern Standard Arabic
* @iso-639-2 ara
* @author Abdallah Hassan [@AbdallahAHO](https://github.com/AbdallahAHO)
* @author Koussay Haj Kacem [@essana3](https://github.com/essana3)
*/
const ar = (exports.ar = {
code: "ar",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 6 /* Saturday */,
firstWeekContainsDate: 1,
},
});