FakerPHP / Faker

Faker is a PHP library that generates fake data for you
https://fakerphp.github.io
Other
3.58k stars 345 forks source link

Incorect output value for sk_SK location from streetName #672

Open e1std opened 1 year ago

e1std commented 1 year ago

Summary

streetName for sk_SK location is returning not valid local values. For example "Jakubová Parks". The second word is in english, not in slovak. It should be "Jakubová ulica" for example (Jakubová Street in english).

Versions

Version
PHP 7.4.0
fakerphp/faker 1.23.0

Self-enclosed code snippet for reproduction

echo $faker->streetName()

Expected output

Jakubova ulica

Actual output

Jakubova Parks
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 1 week if no further activity occurs. Thank you for your contributions.

stale[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 1 week if no further activity occurs. Thank you for your contributions.