UNPKG

i18n-ai-translate

Version:

Use LLMs to translate your i18n JSON to any language.

8 lines (6 loc) 192 B
import type Options from "./options"; export default interface TranslateFileOptions extends Options { inputFilePath: string; outputFilePath: string; forceLanguageName?: string; }