claudius-chat-widget
    Preparing search index...

    Interface ResolveTranslationsOptions

    Options for resolveTranslations.

    interface ResolveTranslationsOptions {
        locale?: LocaleCode;
        translations?: Partial<ClaudiusTranslations>;
    }
    Index

    Properties

    locale?: LocaleCode

    Locale to use. Defaults to the result of detectLocale.

    translations?: Partial<ClaudiusTranslations>

    Per-string overrides layered over the chosen locale's translations.