Gettext backend for OpenGraph-module-specific UI strings.
Modules wrapping domain strings (template editor, assignments,
variable/global labels, save-state badges, sample copy) declare
use Gettext, backend: PhoenixKitOG.Gettext and call gettext(...).
Translations live in this repo's priv/gettext/ — keep them in sync
with mix gettext.extract + mix gettext.merge priv/gettext.
The Phoenix pipeline sets the locale once via Gettext.put_locale/1
(read from the process dictionary), so a single locale switch in the
host drives this backend and core's PhoenixKitWeb.Gettext together.
Summary
Functions
Callback implementation for Gettext.Backend.handle_missing_bindings/2.
Callback implementation for Gettext.Backend.handle_missing_plural_translation/7.
Callback implementation for Gettext.Backend.handle_missing_translation/5.
Functions
Callback implementation for Gettext.Backend.handle_missing_bindings/2.
Callback implementation for Gettext.Backend.handle_missing_plural_translation/7.
Callback implementation for Gettext.Backend.handle_missing_translation/5.