Skip to content

Conversation

@Ichabond
Copy link

@Ichabond Ichabond commented Jun 7, 2017

Added dutch translations (🇧🇪/🇳🇱).

Ichabond added 2 commits June 7, 2017 13:09
Added dutch translations.
Fixed enumeration vulnerability, as mentioned in zofrex#6. Note: This is only a mitigation, and should be fixed thoroughly to avoid other i18n languages to encounter the same pitfall.

errors.insert(LoginError::UsernameMissing, "U dient een gebruikersnaam in te geven.");
errors.insert(LoginError::UsernameNotFound,
"Verkeerde gebruiker of verkeerd wachtwoord");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be an issue in the source material, but punctuation is inconsistent (see UsernameMissing and UsernameNotFound, for example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants