UNPKG

i18n-ai-translate

Version:

Use LLMs to translate your i18n JSON to any language.

9 lines (7 loc) 211 B
import type Options from "./options"; export default interface TranslateOptions extends Options { inputJSON: Object; inputLanguage: string; outputLanguage: string; forceLanguageName?: string; }