Locales Type — astro Architecture
Architecture documentation for the Locales type/interface in config.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 0c867381_fed7_a808_9d52_3a2239cba78b["Locales"] 9a410621_7e4c_298f_fae4_ea2f60c8b25d["config.ts"] 0c867381_fed7_a808_9d52_3a2239cba78b -->|defined in| 9a410621_7e4c_298f_fae4_ea2f60c8b25d style 0c867381_fed7_a808_9d52_3a2239cba78b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/config.ts lines 27–27
export type Locales = (string | { codes: [string, ...string[]]; path: string })[];
Defined In
Source
Frequently Asked Questions
What is the Locales type?
Locales is a type/interface in the astro codebase, defined in packages/astro/src/types/public/config.ts.
Where is Locales defined?
Locales is defined in packages/astro/src/types/public/config.ts at line 27.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free