UNPKG

@neiderruiz/translate-files

Version:

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

6 lines (5 loc) 186 B
export type ConfigOptionsAstro = { separator?: string; }; declare const makeTranslations: (idDoc: string, config?: ConfigOptionsAstro) => Promise<void>; export { makeTranslations };