/gettext_printf

Gettext Printf Interpolator

Primary LanguageElixirMIT LicenseMIT

Gettext printf interpolator

GitHub license .github/workflows/ci.yml Coverage Status Last Updated Hex.pm Version

Providing a gettext printf interpolator.

This provides a message format close to the C Format String specification for gettext.

Installation

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.