Cldr.LanguageTag.U (Cldr v2.29.0) View Source

Defines the struct for the BCP 47 u extension.

Link to this section Summary

Types

t()

Defines the BCP 47 u extension of a t:Cldr.LanguageTag.

Link to this section Types

Specs

t() :: %Cldr.LanguageTag.U{
  calendar: atom(),
  cf: atom(),
  col_alternate: atom(),
  col_backwards: atom(),
  col_case_first: atom(),
  col_case_level: atom(),
  col_hiragana_quaternary: atom(),
  col_normalization: atom(),
  col_numeric: atom(),
  col_reorder: atom(),
  col_strength: atom(),
  collation: atom(),
  currency: atom(),
  dx: atom(),
  em: atom(),
  fw: atom(),
  hc: atom(),
  kv: atom(),
  lb: atom(),
  lw: atom(),
  ms: atom(),
  numbers: atom(),
  rg: atom(),
  sd: atom(),
  ss: atom(),
  timezone: atom(),
  va: atom(),
  vt: atom()
}

Defines the BCP 47 u extension of a t:Cldr.LanguageTag.

Link to this section Functions