Browse
For agents
About
Translation with DeepL API
/
2.4.3.9
Translation with DeepL API
v2.4.3.9
Switch version
trunk
0.1.20180323
1.0
1.2.5.1
1.5.2.5
1.7.5
2.4.3.12
2.4.3.9
2.4.5
Overview
Code
← All changes
|
client/deeplapi-translate.class.php
+0
-1
2.4.5
→
2.4.3.9
View file →
@@ -428,9 +428,8 @@
428
428
}
429
429
}
430
430
431
431
public function setGlossary( $glossary_id ) {
432
-
433
432
if( $glossary_id )
434
433
$this->request['glossary_id'] = $glossary_id;
435
434
}
436
435