Gjsify LogoGjsify Logo

Index

Functions

  • bindtextdomain(domainname: string, dirname: string): string
  • dcgettext(domainname: string, msgid: string, category: number): string
  • dgettext(domainname: string, msgid: string): string
  • dngettext(domainname: string, msgid: string, msgid_plural: string, n: number): string
  • Parameters

    • domainname: string
    • msgid: string
    • msgid_plural: string
    • n: number

    Returns string

  • domain(domainName: string): { gettext: any; ngettext: any; pgettext: any }
  • Parameters

    • domainName: string

    Returns { gettext: any; ngettext: any; pgettext: any }

    • gettext:function
      • gettext(msgid: string): string
    • ngettext:function
      • ngettext(msgid: string, msgid_plural: string, n: number): string
    • pgettext:function
      • pgettext(context: any, msgid: string): any
  • gettext(msgid: string): string
  • ngettext(msgid: string, msgid_plural: string, n: number): string
  • setlocale(category: number, locale: string): string
  • textdomain(domainname: string): string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method