Cldr

v0.13.0

  • GUIDES
  • Modules
  • Exceptions
  • Mix Tasks

    Cldr v0.13.0 Cldr.Normalize.DateFields View Source

    Takes the list 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

    Functions

    base_and_variant_from(key)
    base_keys(content)
    fold_default_content(content)
    fold_variant_content(content)
    normalize(content, locale)
    normalize_content(content)
    normalize_date_fields(content)
    normalize_elements(content)
    normalize_relative_times(content)
    normalize_time_patterns(content)
    normalize_variant(content)
    variant_keys(content)

    Link to this section Functions

    Link to this function base_and_variant_from(key) View Source
    Link to this function base_keys(content) View Source
    Link to this function fold_default_content(content) View Source
    Link to this function fold_variant_content(content) View Source
    Link to this function normalize(content, locale) View Source
    Link to this function normalize_content(content) View Source
    Link to this function normalize_date_fields(content) View Source
    Link to this function normalize_elements(content) View Source
    Link to this function normalize_relative_times(content) View Source
    Link to this function normalize_time_patterns(content) View Source
    Link to this function normalize_variant(content) View Source
    Link to this function variant_keys(content) View Source

    Built using ExDoc (v0.18.1), designed by Friedel Ziegelmayer for the Elixir programming language.