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.

10 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Role; (function (Role) { Role["User"] = "user"; Role["Assistant"] = "assistant"; Role["System"] = "system"; })(Role || (Role = {})); exports.default = Role; //# sourceMappingURL=role.js.map