'Cart', 'nav.home' => 'Home']. * Backed by LanguageLine's own forever-cache, so this is a cache hit after * the first call for a given group+locale. */ public function group(string $group = self::DEFAULT_GROUP, ?string $locale = null): array { return LanguageLine::getTranslationsForGroup($locale ?? App::getLocale(), $group); } }