-
Notifications
You must be signed in to change notification settings - Fork 5
Invalid username error message is not translated #221
Comments
The text is set in the
It looks like the translate function is not rendering the text. Perhaps all of the error messages are not in the translations? In the short term, we could just add the English error messages. |
It looks like the translation data for the string displayed is there but is not being displayed. Maybe the lookup is failing due to the special characters in the translation key? Below is the key from the Japanese translation file for the sign-up error when the username is not correct:
|
We could try replacing the key with something less complex. Another possible solution would be to include the error text in the HTML, e.g.:
|
partial resolution for issue #221 Doesn't solve the translation of bad usernames, but it will display the error in english. Signed-off-by: Gary O'Neall <[email protected]>
Partially resolved with PR #223 - the error will now display in English but will not translate to the local language |
When an invalid username is entered on the signup form, the message "Error!!!" is displayed rather than the error reported from the JavaScript.
This is likely an error in the translation.
This is the HTML for the displayed error:
<p class="translate" data-i18n="Length of address must be between 3 and 500">Error!!</p>
The text was updated successfully, but these errors were encountered: