# `Localize.Inputs.Gettext`
[🔗](https://github.com/elixir-localize/localize_inputs_core/blob/v0.1.0/lib/localize/inputs/gettext.ex#L2)

Gettext backend for `localize_inputs` UI strings.

Hosts the small message catalog used by the unit picker
(section headings, search placeholder, etc.). The catalog
lives in `priv/gettext/`. Activated only when the host
project depends on `:gettext`; the components module gates
its `use Localize.Message.Sigils` call on this backend being
available.

Uses `Localize.Gettext.Interpolation` so all messages can use
MF2 (MessageFormat 2) syntax for placeholders, plural/select
selectors, and inline markup — consistent with the rest of
the Localize ecosystem.

# `handle_missing_bindings`

# `handle_missing_plural_translation`

# `handle_missing_translation`

---

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