faker icon indicating copy to clipboard operation
faker copied to clipboard

passport_owner() generates different gender names in wrong order

Open Bikbai opened this issue 1 year ago • 1 comments

  • Faker version: "25.8.0"
  • OS: windows 11

Trying to generate female names in cyrilic. First component should be family, last name according to ICAO DOC 9303

Steps to reproduce

from faker import Faker fake = Faker('ru-RU') print(fake.passport_owner(gender='F'))

Expected behavior

('Белоусова', 'Лариса')

Actual behavior

('Лариса', 'Белоусов')

Bikbai avatar Jun 17 '24 11:06 Bikbai

The corresponding provider is only implemented for the US: https://github.com/joke2k/faker/tree/master/faker/providers/passport Feel free to submit a localized version for Russia.

stefan6419846 avatar Jun 17 '24 13:06 stefan6419846

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Sep 16 '24 02:09 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Sep 30 '24 02:09 github-actions[bot]