nationid - v2.2.1
    Preparing search index...

    Variable SUPPORTED_LOCALESConst

    SUPPORTED_LOCALES: readonly Locale[] = ...

    Read-only list of every locale tag the catalog ships templates for. Useful for building locale switchers in UIs.

    import { SUPPORTED_LOCALES } from "nationid/i18n";

    SUPPORTED_LOCALES.includes(navigator.language.slice(0, 2) as never);