UNPKG

@neiderruiz/translate-files

Version:

Internationalize and manage your website easily with (CSV or JSON to i18n)

8 lines (7 loc) 192 B
export default function initTranslations(locale: string, i18nInstance: any, fallbackLng: string[], resources: { [key: string]: any; }): { i18n: any; resources: any; t: any; };