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

Add middle_name or patronymic_name. #111

Closed
lk-geimfari opened this issue Jan 19, 2017 · 2 comments
Closed

Add middle_name or patronymic_name. #111

lk-geimfari opened this issue Jan 19, 2017 · 2 comments

Comments

@lk-geimfari
Copy link
Owner

So... We need middle_name or patronymic_name in Personal() or in builtins providers.

@yn-coder
Copy link
Contributor

Is it true Islandic name has no family name, only Personal name and Patronic?

Is it supported?

@lk-geimfari
Copy link
Owner Author

lk-geimfari commented Jan 19, 2017

@yn-code Yes, I know. And for Icelandic locale surname() returns patronymic.

>>> from elizabeth import Personal
>>> p = Personal('is')
>>> p.surname(gender='male')
'Otsson'
>>> p.surname(gender='female')
'Garpsdóttir'
>>> 

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

No branches or pull requests

2 participants