• Initializes i18next with the given options, falling back to Japanese with sensible results.

    Currently, all translations are hardcoded inside of the Translations.yaml file, and are loaded at app start time.

    Type Parameters

    • T

    Parameters

    • initOptions: InitOptions<T>

    Returns Promise<TFunction<"translation", undefined>>

Generated using TypeDoc