interface GettextTranslation {
    msgid: string;
    msgid_plural?: string;
    msgstr: string[];
}

Properties

msgid: string
msgid_plural?: string
msgstr: string[]
MMNEPVFCICPMFPCPTTAAATR