CLDRex

⚠ This is still a WIP. Many of the features are not implemented yet, but are being actively developed.

CLDRex uses Unicode's Common Locale Data Repository (CLDR) to localize text.

This project takes many hints and guidance from TwitterCldr

Installation

  1. Add cldrex to your list of dependencies in mix.exs:

    def deps do

     [{:cldrex, "~> 0.0.5-dev"}]

    end

  2. Ensure cldrex is started before your application:

    def application do

     [applications: [:cldrex]]

    end

Support

The following data from the CLDR is supported.

Key Meaning
Supported
In Progress
Not Yet Supported

Usage

For now, view the documentation on hexdocs.

Contribute

PRs welcome.