UNPKG

i18n-ai-translate

Version:

Use LLMs to translate your i18n JSON to any language.

9 lines (7 loc) 244 B
import type Options from "./options"; export default interface TranslateDiffOptions extends Options { inputLanguage: string; inputJSONBefore: Object; inputJSONAfter: Object; toUpdateJSONs: { [languageCode: string]: Object }; }