Glossary
Root of Glossary
calls
concepts
Ecto (concept)
Provides the `hint/2` function for translating custom Ecto validation messages using a localized glossary. Designed for use in modules that define or consume `Ecto.Changeset` validations. ## Why? Ecto allows adding errors with custom messages and m...
Lexeme (concept)
Internal functions for working with glossary lexemes. This module is not part of the public API. It provides utilities to identify, qualify, and resolve localized expressions based on Ecto-style validation metadata.
Lexicon (concept)
Compiles YAML glossaries into a flat map of localized expressions. Used internally by `Glossary` to build a lexicon of lexeme–expression mappings.
defmodule Glossary do
@moduledoc "Root of Glossary"
@external_resource Path.join(__dir__, "glossary.md")
end
defmodule Glossary do
@moduledoc "Root of Glossary"
@external_resource Path.join(__dir__, "glossary.md")
end