text[$locale])) { return $this->text[$locale]; } $fallback = app(LanguageCache::class)->defaultLocale(); return $fallback !== null ? ($this->text[$fallback] ?? null) : null; } }