@embra/i18n - v0.0.8
    Preparing search index...

    Interface I18nOptions

    interface I18nOptions {
        fallback?: string;
        fetcher?: LocaleFetcher;
    }
    Index

    Properties

    fallback?: string

    Fallback language if the current language doesn't have the requested key.

    fetcher?: LocaleFetcher

    Fetch locale of the specified lang.