Rocky_Mountain_Vending/.pnpm-store/v10/files/e0/724cf7bfc1ad7db566179475d0b7df614944f223c3edac626b9dbceff59851334afa9efb5d3fd6305c2253ac6c35532ddcb113296ec91d2176289f4ba5ced2
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

10 lines
303 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Russian locale.
* @language Russian
* @iso-639-2 rus
* @author Sasha Koss [@kossnocorp](https://github.com/kossnocorp)
* @author Lesha Koss [@leshakoss](https://github.com/leshakoss)
*/
export declare const ru: Locale;