Skip to content

Commit 2d048a9

Browse files
committed
Fix #118: Indicate more details about 403 forbidden
1 parent 9b36e6f commit 2d048a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ In addition, `translate()` and `trans()` methods will return `null` if there is
174174
- `413 Request Entity Too Large` response:
175175
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.
176176
- `403 Forbidden` response:
177-
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
177+
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
178178

179179

180180
## Disclaimer

0 commit comments

Comments
 (0)