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.

9 lines 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var PromptMode; (function (PromptMode) { PromptMode["CSV"] = "csv"; PromptMode["JSON"] = "json"; })(PromptMode || (PromptMode = {})); exports.default = PromptMode; //# sourceMappingURL=prompt_mode.js.map