Search
Represents a single locale available in a given Space - see
See the official docs for more information
@type t() :: %Contentful.Locale{ code: String.t(), default: boolean(), fallback_code: String.t() | nil, name: String.t() }