Providing a gettext printf interpolator.
This provides a message format close to the C Format String specification for gettext.
The package can be installed by adding gettext_printf
to your list of dependencies in mix.exs
:
def deps do
[
{:gettext_printf, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/gettext_printf.