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 the romanian language #267

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

daniesy
Copy link

@daniesy daniesy commented Jul 24, 2024

Added the Romanian language for zxcvbn

@MrWook
Copy link
Collaborator

MrWook commented Jul 25, 2024

Hey, thanks for adding a new language!
I added a few comments and do you have a real online source for you dictionaries?

"sideEffects": false,
"description": "The Romanian language package for zxcvbn-ts",
"license": "MIT",
"homepage": "https://github.com/jeromes80/zxcvbn",
Copy link
Collaborator

Choose a reason for hiding this comment

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

"homepage": "https://github.com/jeromes80/zxcvbn",
"repository": {
"type": "git",
"url": "https://github.com/jeromes80/zxcvbn.git"
Copy link
Collaborator

Choose a reason for hiding this comment

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

"type": "git",
"url": "https://github.com/jeromes80/zxcvbn.git"
},
"author": "jsalvat",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe use your github name?

```js
import { ZxcvbnFactory } from '@zxcvbn-ts/core'
import * as zxcvbnCommonPackage from '@zxcvbn-ts/language-common'
import * as zxcvbnFrPackage from '@zxcvbn-ts/language-ro'
Copy link
Collaborator

Choose a reason for hiding this comment

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

zxcvbnRoPackage

translations: zxcvbnFrPackage.translations,
dictionary: {
...zxcvbnCommonPackage.dictionary,
...zxcvbnFrPackage.dictionary,
Copy link
Collaborator

Choose a reason for hiding this comment

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

zxcvbnRoPackage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants