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.62k stars 491 forks source link

faker.Lorem.Slug returns dashes for fa #455

Open Nefcanto opened 1 year ago

Nefcanto commented 1 year ago

Version Information

Software Version(s)
Bogus NuGet Package 34.0.2
.NET Core? 7.0.101
.NET Full Framework?
Windows OS?
Linux OS? Debian 11 (bullseye)
Visual Studio?

What locale are you using with Bogus?

fa

What is the expected behavior?

var slug = new Faker("fa").Lorem.Slug(7); slug should be random Farsi (Persian) words.

What is the actual behavior?

Slug is dashes, like ------

Please provide a stack trace.

No stack trace

Any possible solutions?

I don't know

How do you reproduce the issue?

Do you have a unit test that can demonstrate the bug?

No

Can you identify the location in Bogus' source code where the problem exists?

No

If the bug is confirmed, would you be willing to submit a PR?

Yes or No? No