$this->currentLang !== $this->defaultLang ? "/{$this->currentLang}" : ''; } public array $navigation { get => buildNavigation($this); } public string $homeLabel { get => loadMetadata($this->contentDir, $this->currentLang, $this->defaultLang)['slug'] ?? 'Home'; } public array $translations { get => loadTranslations($this->currentLang); } }