LangTags: IANA Language Tags for Elixir

Based on BCP 47 (RFC 5646) and the latest IANA language subtag registry.

This project will be updated as the standards change.

Installation

If available in Hex, the package can be installed as

  1. Add lang_tags to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:lang_tags, "~> 0.1.0"}]
end
```
  1. Ensure lang_tags is started before your application:
```console
$ mix deps.get
```

The docs can be found at https://hexdocs.pm/lang_tags

Javascript version

This project is a Elixir version of the language-tags Javascript project.