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?
Summary
The user is requesting help in translating error messages in an authentication system. They mention that error codes would be helpful and express hope for future software translation. The user has found that the server always sends error messages in English. They provide a link to error codes and another link to a file containing error messages. They mention that setting the locale did not work and ask if the error messages are untranslatable. The user is specifically interested in translating the error message "Invalid credentials. Please check the email and password."
Solution: The error messages sent from the server are in English and are not directly translatable on the client side. However, error
Deleted User
Jun 19, 2023, 14:58
The error that is sent back from the server is always in English.