Has anyone tried to do automatic language translation and encountered the error below?
Code:
admin.js:3189 POST https://deep-translate1.p.rapidapi.com/language/translate/v2 429
Tip for enabling automatic translation:
For those who need to translate the language and a message is appearing in DevTools 429, do the following:
1. Register at
https://rapidapi.com/developer/devs
2. Get your key that will appear in default-application_xxx > Security > Application Key
3. Change your key in the administrator/assets/js/admin.js file at:
xhr.setRequestHeader("x-rapidapi-key", "PASTE_YOUR_KEY");
4. Save the file
5. Go the website
https://rapidapi.com/gatzuma/api/deep-translate1 and click subscribe.
6. Refresh your website page and do yours translations.
PS1: If you reach the translation limit, repeat the above step using another email account.
PS2: If you have your language containing dashes or underscores (eg.: pt_BR) change it to pt in administrator/layout/index.phtml