ExLang.Locale (ExLang v1.0.1)

Summary

Types

t()

@type t() :: %ExLang.Locale{
  code: String.t(),
  script: String.t() | nil,
  territory: String.t() | nil
}