You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
fakerphp/faker
Self-enclosed code snippet for reproduction
Expected output
Actual output
The text was updated successfully, but these errors were encountered: