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

    Interface I18nOptions

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

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

    fetcher?: LocaleFetcher

    Fetch locale of the specified lang.