faker icon indicating copy to clipboard operation
faker copied to clipboard

German locale ("de") doesn't return random address and other data

Open unrec opened this issue 7 months ago • 0 comments

This code:

 Faker("de").address.streetAddress()

Throws an IllegalArgumentException with the message: Unsupported method 'street_name' for component 'address'. I believe it's the same for streetName.

unrec avatar Jul 16 '24 10:07 unrec