Cldr v0.1.0 Cldr.Locale

Parse and process locale json as defined by Unicode

Summary

Functions

Returns the map representation of a locale definition

Types

t()
t() :: binary

Functions

get_locale(locale)
get_locale(Locale.t) :: Map.t

Returns the map representation of a locale definition

A locale is defined by a map of definitions that are used to underpin the generation of a set of functions that provide the public API.

normalize_locale(locale)