Function I18nProvider

  • Provides the I18n instance to the rest of the app.

    Parameters

    Returns null | ReactElement<any, any>

    Example

    <I18nProvider i18n={i18n}>
    <App />
    </I18nProvider>