Skip to content

Commit

Permalink
Update default client parameter to fix #163
Browse files Browse the repository at this point in the history
  • Loading branch information
Stichoza committed Aug 5, 2021
1 parent 9e4808c commit 61b9bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GoogleTranslate.php
Expand Up @@ -52,7 +52,7 @@ class GoogleTranslate
* @var array URL Parameters
*/
protected $urlParams = [
'client' => 'webapp',
'client' => 'gtx',
'hl' => 'en',
'dt' => [
't', // Translate
Expand Down

0 comments on commit 61b9bf7

Please sign in to comment.