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.

12 lines 590 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ChatInterface { invalidTranslationMessage() { return "The provided translation is incorrect. Re-attempt the translation and conform to the same rules as the original prompt."; } invalidStylingMessage() { return "The provided translation was correct, but the styling was not maintained. Re-attempt the translation and ensure that the output text maintains the same style as the original prompt."; } } exports.default = ChatInterface; //# sourceMappingURL=chat_interface.js.map