tarak / django-password-policies

Django unicode-aware password policies.
Other
59 stars 92 forks source link

Typo fixed and Spanish (Spain) translations #30

Closed xusy2k closed 9 years ago

xusy2k commented 9 years ago

Typo fixed "ambiguious" in code "invalid_bidirectional" at validators.py Updated Spanish (Spain) translations

tarak commented 9 years ago

Hey, thank you very much for this PR. I definitely would like to merge it, but you have changed several strings that are to be translated. To merge would mean all the other translation files would be broken. I need to review this when I have time, probably during the weekend.

xusy2k commented 9 years ago

OK! I only executed django-admin.py makemessages -l es, translated them and compiled

xusy2k commented 9 years ago

Yes, but there are new translation strings.

BTW: I've released new version with Catalan translations

xusy2k commented 9 years ago

I think never remove entries at PasswordChangeRequired, so if you force an user to change his password, system always ask to change his password

tarak commented 9 years ago

Hey, I have reviewed your PR. I would like to ask you a few things:

If it's more convenient we could also close this PR and take care of everything in new PR's. I'm waiting for your submission before uploading 0.3.2 to PyPI.

Thank you in advance for your support!