# `MishkaGervaz.Gettext`
[🔗](https://github.com/mishka-group/mishka_gervaz/blob/v0.0.1-alpha.3/lib/mishka_gervaz/gettext.ex#L1)

Default Gettext backend for MishkaGervaz.

This provides pre-translated UI strings for table components like pagination,
filters, actions, and states.

## Using Your Own Gettext Backend

Configure your application to use a custom Gettext backend:

    config :mishka_gervaz, :gettext_backend, MyAppWeb.Gettext

Then copy the translation files from MishkaGervaz to your project's
`priv/gettext` directory and customize as needed.

# `handle_missing_bindings`

# `handle_missing_plural_translation`

# `handle_missing_translation`

---

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