
I'd like to localize auth based error messages like "Invalid credentials. Please check the email and password." Since setting the locale didn't work I checked the translations folder on github, but it seams this strings are not translatable? Is that correct?

The error that is sent back from the server is always in English.
You can see here all the errors https://github.com/appwrite/appwrite/blob/master/app/config/errors.php
If they would change you will the new one in that file so the best use-case would be to translate them on the client side.

Thanks! Error codes would come handy in this case. I hope in the future the whole software will be translated.

Every exception will have a type, so you can decide what to output based on the type.
Recommended threads
- Copying one project into another
Hi there, I wanted to use the New York location for my project, so I switched to paid and created a new project. Is there a quick way to copy the contents of m...
- nde 22 doest work for cloud function on ...
hey everything is in the title
- Spanish reset password email errors
I set language using: const appwrite = new Client() appwrite.setLocale('es') 1. User name is missing in spanish 2. Unnecesary dot after "Gracias": English ver...
