@nextcloud/l10n

    Interface TranslationVariableReplacementObject<T>

    interface TranslationVariableReplacementObject<T> {
        escape: boolean;
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    escape: boolean

    Overwrite the escape option just for this replacement

    value: T

    The value to use for the replacement

    MMNEPVFCICPMFPCPTTAAATR