Home
last modified time | relevance | path

Searched refs:nominative (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Module/
H A DLanguageSlovakian.php119 $pra = static fn (int $n, string $nominative, string $genitive): array => [
120 ($n > 3 ? 'pra ×' . $n . ' ' : str_repeat('pra-', $n)) . $nominative,
124 …$cousin = static fn (int $n, array $cousins, string $nominative, string $genitive): array => $cous…
125 $nominative . ' z ' . $n . '. kolena',
/webtrees/app/
H A DRelationship.php76 * @param string $nominative
81 public static function fixed(string $nominative, string $genitive): Relationship argument
83 return new self(fn () => [$nominative, $genitive]);