Skip to content

Commit

Permalink
Fix #118: Indicate more details about 403 forbidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Stichoza committed Dec 20, 2019
1 parent 9b36e6f commit 2d048a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ In addition, `translate()` and `trans()` methods will return `null` if there is
- `413 Request Entity Too Large` response:
This error means that your input string is too long. Google only allows a maximum of 5000 characters to be translated at once. If you want to translate a longer text, you can split it to shorter parts, and translate them one-by-one.
- `403 Forbidden` response:
This is not an issue with this package. Google Translate itself has some problems when it comes to translating some characters. See https://github.com/Stichoza/google-translate-php/issues/119#issuecomment-558078133
This is not an issue with this package. Google Translate itself has some problems when it comes to translating some characters and HTML entities. See https://github.com/Stichoza/google-translate-php/issues/119#issuecomment-558078133


## Disclaimer
Expand Down

0 comments on commit 2d048a9

Please sign in to comment.