dropbox / zxcvbn

Low-Budget Password Strength Estimation
https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/wheeler
MIT License
14.98k stars 931 forks source link

How to configure i18n support #284

Open averri opened 4 years ago

averri commented 4 years ago

This is a question: how to configure internationalization for all the messages?

laughinghan commented 4 years ago

This library doesn't have any configuration. You can just look in the source code for the messages it outputs, and then translate them to the target language before displaying them.

karladler commented 4 years ago

Would be great to have also something like an error code to do so.