i18n-js v4.5.2
    Preparing search index...

    Interface TranslateOptions

    interface TranslateOptions {
        count?: number;
        defaults?: Dict[];
        defaultValue?: any;
        missingBehavior?: string;
        scope?: Scope;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    count?: number
    defaults?: Dict[]
    defaultValue?: any
    missingBehavior?: string
    scope?: Scope