README.md

# EctoI18n

> Provides i18n support for Ecto.

## Notes

This package is still in its early stages, so it may still undergo significant changes, potentially leading to breaking changes.

## Installation

Add `:ecto_i18n` to the list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ecto_i18n, <requirement>}
  ]
end
```

## Usage

For more information, see the [documentation](https://hexdocs.pm/ecto_i18n).

## Thanks

This package is built on the wisdom of:

- [trans](https://github.com/crbelaus/trans)
- [cldr_trans](https://github.com/elixir-cldr/cldr_trans)

## License

[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)