View Source Antikythera.Gettext (antikythera v0.5.1)
A thin wrapper around Gettext.__using__/1
to forward error logs to each gear's logger.
Usage of this module is exactly the same as Gettext
; just use Antikythera.Gettext
instead of use Gettext
.
Options given to use Antikythera.Gettext
are directly passed to use Gettext
.
This module overrides the default implementation of Gettext.Backend.handle_missing_bindings/2
to suit the use cases for antikythera gears.