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.

8 lines (6 loc) 218 B
import type ChatInterface from "../chats/chat_interface"; export default interface Chats { generateTranslationChat: ChatInterface; verifyTranslationChat: ChatInterface; verifyStylingChat: ChatInterface; }