# `EzAuth.ErrorHelpers`
[🔗](https://github.com/thiagomajesk/ez_auth/blob/v0.1.0/lib/ez_auth/error_helpers.ex#L1)

Translation helpers for changeset errors.

Uses the Gettext backend configured under the `:ez_auth, :gettext_backend` Application env.

# `translate_error`

Translates a single `{message, opts}` error tuple.

Routes through the configured Gettext backend.

# `translate_errors`

Translates every `{message, opts}` error for the given field.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
