UNPKG

i18n-ai-translate

Version:

AI-powered localization CLI, Node library, and GitHub Action. Translate i18next JSON, Gettext PO, Java .properties, and iOS .strings with ChatGPT, Claude, Gemini, or local Ollama models.

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;