Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.4 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.4 KB

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.