Rocky_Mountain_Vending/.pnpm-store/v10/files/2e/97f6b1c7639cd6ce4e07d14aa55523d670ab87dc97c2875180816bece9ead6f8d7f3145680d3e05d683dc45f6a87e7d175b7d00b9f1e1c1b53e5cdecb33dc0
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
818 B
Text

"use strict";
exports.deAT = void 0;
var _index = require("./de/_lib/formatDistance.cjs");
var _index2 = require("./de/_lib/formatLong.cjs");
var _index3 = require("./de/_lib/formatRelative.cjs");
var _index4 = require("./de/_lib/match.cjs");
var _index5 = require("./de-AT/_lib/localize.cjs"); // difference to 'de' locale
/**
* @category Locales
* @summary German locale (Austria).
* @language German
* @iso-639-2 deu
* @author Christoph Tobias Stenglein [@cstenglein](https://github.com/cstenglein)
*/
const deAT = (exports.deAT = {
code: "de-AT",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index5.localize,
match: _index4.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});