Hierarchy

  • PhraseyLocales

Constructors

Properties

Methods

Constructors

  • Parameters

    • all: {
          code: string;
          details: { language: { code: string; display: string; native: string; }; territory?: { code: string; display: string; native: string; } | undefined; script?: { code: string; display: string; native: string; } | undefined; };
          direction: "ltr" | "rtl";
          display: string;
          native: string;
      }[]

    Returns PhraseyLocales

Properties

all: {
    code: string;
    details: { language: { code: string; display: string; native: string; }; territory?: { code: string; display: string; native: string; } | undefined; script?: { code: string; display: string; native: string; } | undefined; };
    direction: "ltr" | "rtl";
    display: string;
    native: string;
}[]

Type declaration

  • code: string
  • details: { language: { code: string; display: string; native: string; }; territory?: { code: string; display: string; native: string; } | undefined; script?: { code: string; display: string; native: string; } | undefined; }
  • direction: "ltr" | "rtl"
  • display: string
  • native: string

Methods

Generated using TypeDoc