README.md
# Expo Plural Forms
[](https://hex.pm/packages/expo_plural_forms)
[][docs]
[](https://github.com/elixir-gettext/expo_plural_forms/actions/workflows/branch_main.yml)
[](https://coveralls.io/github/elixir-gettext/expo_plural_forms?branch=main)
A parser for plural form headers in PO files.
:warning::warning: **This library is experimental and currently unmaintained.**
## Installation
The package can be installed by adding `expo_plural_forms` to your list of
dependencies in `mix.exs`:
```elixir
def deps do
[
{:expo_plural_forms, "~> 0.0.0", github: "elixir-gettext/expo_plural_forms", branch: "main"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/expo](https://hexdocs.pm/expo_plural_forms).
[docs]: https://hexdocs.pm/expo_plural_forms