Languages

Multi-language support with translation keys, browser language detection, and automatic URL-based language routing (/en/..., /fr/...). Reference translations in pages using the $t: prefix.

languages: default: en supported: - code: en locale: en-US label: English direction: ltr - code: fr locale: fr-FR label: "Français" direction: ltr translations: en: hero.title: "Welcome" hero.description: "Build faster" fr: hero.title: "Bienvenue" hero.description: "Construisez plus vite"

Translation Syntax

Use $t:key.path in any page content or prop value to reference a translation. Example: $t:hero.title resolves to "Welcome" in English and "Bienvenue" in French.