README.md

# Expo Plural Forms

[![hex.pm badge](https://img.shields.io/badge/Package%20on%20hex.pm-informational)](https://hex.pm/packages/expo_plural_forms)
[![Documentation badge](https://img.shields.io/badge/Documentation-ff69b4)][docs]
[![.github/workflows/branch_main.yml](https://github.com/elixir-gettext/expo_plural_forms/actions/workflows/branch_main.yml/badge.svg)](https://github.com/elixir-gettext/expo_plural_forms/actions/workflows/branch_main.yml)
[![Coverage Status](https://coveralls.io/repos/github/elixir-gettext/expo_plural_forms/badge.svg?branch=main)](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