MishkaGervaz.Gettext (MishkaGervaz v0.0.1-alpha.2)

Copy Markdown View Source

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.

Summary

Functions

handle_missing_bindings(exception, incomplete)

Callback implementation for Gettext.Backend.handle_missing_bindings/2.

handle_missing_plural_translation(locale, domain, msgctxt, msgid, msgid_plural, n, bindings)

Callback implementation for Gettext.Backend.handle_missing_plural_translation/7.

handle_missing_translation(locale, domain, msgctxt, msgid, bindings)

Callback implementation for Gettext.Backend.handle_missing_translation/5.