bchavez / Bogus

:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
Other
8.51k stars 483 forks source link

Update Swedish names #513

Closed EBD232 closed 7 months ago

EBD232 commented 7 months ago

Added all the Swedish first and last names from upstream faker.js. Fixes #503

The format of the locale files in faker.js has changed, so I added the names manually in the data_extend folder.

I'm not sure if I should have include the generated files in the data folder, but I did.

bchavez commented 7 months ago

@EBD232 great, thank you for the PR. Do you have a link to the faker.js sv.locale that you copied this data from?

EBD232 commented 7 months ago

@bchavez Sure, it's from these files: https://github.com/faker-js/faker/blob/next/src/locales/sv/person/male_first_name.ts https://github.com/faker-js/faker/blob/next/src/locales/sv/person/female_first_name.ts https://github.com/faker-js/faker/blob/next/src/locales/sv/person/last_name.ts