interface TranslateOptions {
    source?: "custom" | "global" | ("custom" | "global")[];
}

Properties

Properties

source?: "custom" | "global" | ("custom" | "global")[]

Indicates in which translation source or sources the translation will be looked up. When provided as a list, the order defines which source takes precedence over another.

Defaults to ["custom", "global"]