Interface DonationAlertsLocale

Represents a locale supported by Donation Alerts API with its code and human-readable name.

interface DonationAlertsLocale {
    code: DonationAlertsLocaleCode;
    name: string;
}

Properties

Properties

The locale code following the pattern language_REGION (for example, en_US for English in the USA).

name: string

A human-readable name for the locale.