interface AiPromptConfigBasicPreTranslate {
    audienceDescription?: string;
    companyDescription?: string;
    customPlaceholders?: string[];
    fileContent?: boolean;
    fileContext?: boolean;
    glossaryTerms?: boolean;
    mode: "basic";
    otherLanguageTranslations?: AiPromptConfigBasicOtherLanguageTranslations;
    projectDescription?: string;
    publicProjectDescription?: boolean;
    screenshots?: boolean;
    siblingsStrings?: boolean;
    tmSuggestions?: boolean;
}

Properties

audienceDescription?: string
companyDescription?: string
customPlaceholders?: string[]
fileContent?: boolean
fileContext?: boolean
glossaryTerms?: boolean
mode
projectDescription?: string
publicProjectDescription?: boolean
screenshots?: boolean
siblingsStrings?: boolean
tmSuggestions?: boolean