View Source Expo

hex.pm badge Documentation badge .github/workflows/branch_main.yml Coverage Status

Low-level GNU gettext file handling (for .po, .pot, and .mo files), including writing and parsing.

See the documentation.

For a full Gettext integration, see the Gettext library.

installation

Installation

The package can be installed by adding expo to your list of dependencies in mix.exs:

def deps do
  [
    {:expo, "~> 0.1.0"}
  ]
end