nulab / zxcvbn4j

This is a java port of zxcvbn, which is a JavaScript password strength generator.
MIT License
320 stars 103 forks source link

Hebrew translation #176

Open elad-nanit opened 7 months ago

ronbarsi commented 7 months ago

It looks great @elad-nanit 👏 Waiting for it

vvatanabe commented 6 months ago

@elad-nanit Since the messages.properties file in Java defaults to using ISO 8859-1 encoding, including non-Latin characters (including Hebrew) directly without using Unicode escape sequences could result in garbled text. This issue is particularly likely if you are using a version of Java prior to Java 9.

zxcvbn4j aims to maintain compatibility. Please convert the Hebrew text into Unicode escape sequences.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

elad-nanit commented 5 months ago

@vvatanabe Done