Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Danish language support and translation #270

Merged
merged 3 commits into from
Aug 19, 2024

Conversation

ChristianLieven
Copy link
Contributor

@ChristianLieven ChristianLieven commented Aug 13, 2024

This should get us started!

In the future, one could consider adding more word lists. Especially that pwned password list looked relevant.

@MrWook MrWook added the enhancement New feature or request label Aug 13, 2024
Copy link
Collaborator

@MrWook MrWook left a comment

Choose a reason for hiding this comment

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

Thanks for the new language package!

Once this is merged i can add the danish wikipedia dictionary if you don't want to generate it yourself

Copy link
Collaborator

Choose a reason for hiding this comment

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

This can be cleared

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Alright! I wasn't sure what to do with it. Cleared in the latest commit!

@@ -19,7 +19,7 @@ import { ZxcvbnFactory } from '@zxcvbn-ts/core'
import * as zxcvbnCommonPackage from '@zxcvbn-ts/language-common'
import * as zxcvbnDePackage from '@zxcvbn-ts/language-de'

const password = 'somePassword'
const password = 'nogleAdgangskode'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Wrong language pack

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Woops my bad. Also fixed in the latest commit!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @MrWook. I'd greatly appreciate it if you could add the Wikipedia dictionary.

@MrWook MrWook merged commit a1b033d into zxcvbn-ts:master Aug 19, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants