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.

6 lines (5 loc) 90 B
declare enum PromptMode { CSV = "csv", JSON = "json" } export default PromptMode;