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.
9 lines (8 loc) • 343 B
TypeScript
import { Command } from "commander";
/**
* Build the `check` subcommand: runs the verification pipeline against
* existing translations without writing anything and prints a report.
* Exits non-zero when any issue is reported so CI can gate on it.
* @returns the commander Command
*/
export default function buildCheckCommand(): Command;