/l10n_eex

EEx japanese document

Primary LanguageElixir

L10nEex

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add l10n_eex to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:l10n_eex, "~> 0.0.1"}]
end
```
  1. Ensure l10n_eex is started before your application:
```elixir
def application do
  [applications: [:l10n_eex]]
end
```