From 064c99091ffdff47934272f4c292d4ac8b05d5b9 Mon Sep 17 00:00:00 2001 From: Zaur Molotnikov Date: Sat, 15 Jun 2019 13:28:57 +0200 Subject: [PATCH] README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f110a62c..c2aa8e26 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ At Dropbox we use zxcvbn ([Release notes](https://github.com/dropbox/zxcvbn/rele Integrations with other frameworks: * [`angular-zxcvbn`](https://github.com/ghostbar/angular-zxcvbn) (AngularJS) +Adaptation to other languages and locales: +* [`zxcvbn for Germany`](https://github.com/qutorial/zxcvbn) (German-DE keyboard and German language) [`try it out here`](https://molotnikov.de/zxcvbn) + + # Installation zxcvbn detects and supports CommonJS (node, browserify) and AMD (RequireJS). In the absence of those, it adds a single function `zxcvbn()` to the global namespace.