Skip to main content

Interface: LocaleConfig

Defined in: packages/core/src/i18n/locale.ts:13

docs/17 §2.6 / docs/13 §1.

Properties

calendar

calendar: "gregorian" | "islamic-umalqura";

Defined in: packages/core/src/i18n/locale.ts:23


dir

dir: "rtl" | "ltr";

Defined in: packages/core/src/i18n/locale.ts:18


fallbacks

fallbacks: string[];

Defined in: packages/core/src/i18n/locale.ts:17

Resolution chain after locale, ending at settings.defaultLocale.


hourCycle?

optional hourCycle?: "h12" | "h23";

Defined in: packages/core/src/i18n/locale.ts:24


locale

locale: string;

Defined in: packages/core/src/i18n/locale.ts:15

Negotiated form locale, e.g. "ar-JO".


numbering

numbering: "latn" | "native";

Defined in: packages/core/src/i18n/locale.ts:20

Governs INPUT digits (docs/13 §5).


numberingSystem

numberingSystem: string;

Defined in: packages/core/src/i18n/locale.ts:22

Resolved CLDR id for DISPLAY: "latn" | "arab" | "arabext" | "beng" | ….


timeZone?

optional timeZone?: string;

Defined in: packages/core/src/i18n/locale.ts:25