Interface LanguagePackStrings

Contains a list of language pack strings.

interface LanguagePackStrings {
    @type: "languagePackStrings";
    strings: LanguagePackString[];
}

Properties

Properties

@type: "languagePackStrings"

A list of language pack strings.