Cldr.Config.gettext_configured-question-mark

You're seeing just the function gettext_configured-question-mark, go back to Cldr.Config module for more information.
Link to this function

gettext_configured?(config)

View Source

Specs

gettext_configured?(t()) :: boolean()

Returns true if a Gettext module is configured in Cldr and the Gettext module is available.

Example

iex> test_config = TestBackend.Cldr.__cldr__(:config)
iex> Cldr.Config.gettext_configured?(test_config)
true