@nospamproxy/core
    Preparing search index...

    Interface II18NBackendOptions

    Backend class to fetch translation files.

    interface II18NBackendOptions {
        httpClient?: IHttpClient;
        path?: (language: string) => string;
    }
    Index

    Properties

    Properties

    httpClient?: IHttpClient
    path?: (language: string) => string