Interface UpdateLanguagePackStrings

Some language pack strings have been updated. Subtype of Update.

interface UpdateLanguagePackStrings {
    @type: "updateLanguagePackStrings";
    language_pack_id: string;
    localization_target: string;
    strings: LanguagePackString[];
}

Properties

@type: "updateLanguagePackStrings"
language_pack_id: string

Identifier of the updated language pack.

localization_target: string

Localization target to which the language pack belongs.

List of changed language pack strings; empty if all strings have changed.