Home / Function/ getRelativeLocaleUrlList() — astro Function Reference

getRelativeLocaleUrlList() — astro Function Reference

Architecture documentation for the getRelativeLocaleUrlList() function in i18n.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  b845c31f_be19_04cc_8182_c5e575766fd7["getRelativeLocaleUrlList()"]
  113cc879_696f_ac71_941f_004a5fb4282c["i18n.ts"]
  b845c31f_be19_04cc_8182_c5e575766fd7 -->|defined in| 113cc879_696f_ac71_941f_004a5fb4282c
  style b845c31f_be19_04cc_8182_c5e575766fd7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/virtual-modules/i18n.ts lines 119–130

export const getRelativeLocaleUrlList = (path?: string, options?: GetLocaleOptions) =>
	I18nInternals.getLocaleRelativeUrlList({
		base,
		path,
		trailingSlash,
		format,
		defaultLocale,
		locales,
		strategy,
		domains,
		...options,
	});

Domain

Subdomains

Frequently Asked Questions

What does getRelativeLocaleUrlList() do?
getRelativeLocaleUrlList() is a function in the astro codebase, defined in packages/astro/src/virtual-modules/i18n.ts.
Where is getRelativeLocaleUrlList() defined?
getRelativeLocaleUrlList() is defined in packages/astro/src/virtual-modules/i18n.ts at line 119.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free