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 and refresh the page and do your 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