UNPKG

i18n-ai-translate

Version:

Use LLMs to translate your i18n JSON to any language.

7 lines (6 loc) 241 B
import { Command } from "commander"; /** * Builds the translate command for translating i18n files or directories. * @returns the translate command with its options and action. */ export default function buildTranslateCommand(): Command;