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

4 lines (3 loc) 114 B
import { Configuration } from "./config"; import { translate } from "./lib"; export { Configuration, translate };