UNPKG

i18n-ai-translate

Version:

Use LLMs to translate your i18n JSON to any language.

7 lines (6 loc) 228 B
export default interface OverridePrompt { generationPrompt: string; translationVerificationPrompt: string; stylingVerificationPrompt: string; } export declare const OVERRIDE_PROMPT_KEYS: Array<keyof OverridePrompt>;