• Given a translation yaml file, returns a nested object with the translations that can be used for an i18next resource. Output format: [language][namespace][key] = value

    Parameters

    • yaml: Record<string, object>

    Returns Record<string, Record<string, Record<string, string>>>

Generated using TypeDoc