Cldr v0.5.0 Cldr.Normalize.Number View Source

Takes the number part of the locale map and transforms the formats into a more easily processable structure that is then stored in map managed by Cldr.Locale

Link to this section Summary

Link to this section Functions

Link to this function normalize(content, locale) View Source

Normalize decimal formats for a locale.

  • locale is the full locale map from CLDR. The map is transformed and returned so that further processing may occur
Link to this function normalize_formats(content, locale) View Source
Link to this function normalize_short_format(format) View Source
normalize_short_format(Map.t) :: List.t
Link to this function normalize_symbols(content, locale) View Source
Link to this function number_system_names_from(numbers) View Source