UNPKG

auto-translate-json-library

Version:

Automatically translates JSON language files to other languages using Google Translate,AWS,Azure,DeepL,OpenAI or local OpenAI compatible server

3 lines (2 loc) 140 B
import type { Configuration } from "./config"; export declare function translate(sourceFile: string, config: Configuration): Promise<void>;