Type Method 型メソッド

requiredKeys(forLanguage:)

Returns a collection of the custom pronoun keys required by this language. この言語によって必須とされるあつらえの代名詞キーそれらからなるあるコレクションを返します。

Declaration 宣言

static func requiredKeys(forLanguage language: String) -> [PartialKeyPath<Morphology.CustomPronoun>]

Parameters パラメータ

language

The language to create a custom pronoun for. それに対してあつらえの代名詞を作成する言語。

Return Value 戻り値

The keys required for the given language. 与えられた言語に対して必須とされるキーそれら。

Discussion 議論

If any of the required keys for a given language are unset, calling setCustomPronoun(_:forLanguage:) for that language with an incomplete Morphology.CustomPronoun instance throws an error. ある与えられた言語に対して必須キーのいずれかが設定されないならば、setCustomPronoun(_:forLanguage:)をその言語に対して不完全なMorphology.CustomPronounインスタンスで呼び出すことは、エラーをスローします。

See Also 参照

Assessing Custom Pronoun Support カスタム代名詞サポートを見極める