Address doesn't use street_name / street_root from locale #491
Labels
c: bug
Something isn't working
has workaround
Workaround provided or linked
p: 1-normal
Nothing urgent
s: accepted
Accepted feature / Confirmed bug
Milestone
Describe the bug
When testing with
faker.locale = "de"
, I have noticed that the Address.streetName
generates the street name from English first names and does not use the localized streets provided in street_name / street_root / street files.This seems like a bug, but I'm completely new to faker-js, so I'm not sure if this is just a preparation for some future refactoring or a regression.
Reproduction
Additional Info
I would have expected the implementation to look like:
The text was updated successfully, but these errors were encountered: