TODO: Add description
If available in Hex, the package can be installed as:
- Add
icu4ex
to your list of dependencies inmix.exs
:
```elixir
def deps do
[{:icu4ex, "~> 0.1.0"}]
end
```
- Ensure
icu4ex
is started before your application:
```elixir
def application do
[applications: [:icu4ex]]
end
```
- Implement
plural
support - Implement
selectordinal
support - Add dates formats (in a separate file)
- Add times formats (in a separate file)
- Write documentation
- Write README
- Publish to Hex
- Add continuous integration / deployment with Travis
- Add tools like Inch-CI, Credo-CI, HexFaktor, ...