MCPcopy
hub / github.com/Snouzy/workout-cool / SlugData

Interface SlugData

src/shared/lib/locale-slug.ts:5–12  ·  view source on GitHub ↗

* Utility functions for getting localized slugs

Source from the content-addressed store, hash-verified

3 */
4
5interface SlugData {
6 slug: string;
7 slugEn: string;
8 slugEs: string;
9 slugPt: string;
10 slugRu: string;
11 slugZhCn: string;
12}
13
14/**
15 * Gets the appropriate slug for the given locale

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected