Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/locale.ts>Locale

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface Locale
import { type Locale } from "https://deno.land/x/jira@v3.0.2/src/version2/models/locale.ts";

Details of a locale.

Properties

optional
locale: string

The locale code. The Java the locale format is used: a two character language code (ISO 639), an underscore, and two letter country code (ISO 3166). For example, en_US represents a locale of English (United States). Required on create.