UNPKG

i18-fe-automator

Version:

前端代码提取中文并替换成$t函数

6 lines (5 loc) 209 B
export interface ChatGPTOption { key?: string; proxy?: string; } export declare function chatGPTTranslate(word: string, originLang: string, targetLang: string, option: ChatGPTOption): Promise<string>;