interface CheckCategories {
    android: boolean;
    duplicate: boolean;
    empty: boolean;
    ftl: boolean;
    icu: boolean;
    punctuation: boolean;
    size: boolean;
    spaces: boolean;
    specialSymbols: boolean;
    spellcheck: boolean;
    symbolRegister: boolean;
    tags: boolean;
    terms: boolean;
    variables: boolean;
    wrongTranslation: boolean;
}

Properties

android: boolean
duplicate: boolean
empty: boolean
ftl: boolean
icu: boolean
punctuation: boolean
size: boolean
spaces: boolean
specialSymbols: boolean
spellcheck: boolean
symbolRegister: boolean
tags: boolean
terms: boolean
variables: boolean
wrongTranslation: boolean