File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "identifier" : " club.openl.bob-plugin-openl-translate" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "category" : " translate" ,
55 "name" : " OpenL" ,
66 "summary" : " OpenL 聚合人工智能翻译" ,
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ function translate(query, completion) {
6666 const translationsResult = $option . displayServiceName === "yes" ? `[${ config . serviceDisplayName [ $option . service ] } ] ${ translations . result } ` : translations . result ;
6767 completion ( {
6868 result : {
69- from : utils . langMapReverse . get ( translations . src_lang ) ,
69+ from : utils . langMapReverse . get ( translations . source_lang ) ,
7070 to : utils . langMapReverse . get ( translations . target_lang ) ,
7171 toParagraphs : translationsResult . split ( '\n' ) ,
7272 } ,
You can’t perform that action at this time.
0 commit comments