From 2d048a9b64a2b7084f424e65c73d6a980705e012 Mon Sep 17 00:00:00 2001 From: Levan Velijanashvili Date: Fri, 20 Dec 2019 23:25:59 +0400 Subject: [PATCH] Fix #118: Indicate more details about 403 forbidden --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23420f8..5d142e7 100644 --- a/README.md +++ b/README.md @@ -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