How to get address from specific location (not in locales) #1775
Unanswered
GustavoDcs
asked this question in
Q&A
Replies: 1 comment
-
The recommendet way is to create a PR that adds the missing data. const faker = new Faker({ locales: { es_CO: { location: { street_name: [...] } } }, locale: "es_CO" }); Another alternative is using just a similar locale such as Does that answer your questions? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an easy way to get the address for a specific location that is not present inside the locales?
For example: Colombia. I noticed that there is no es_CO, is there an alternative to it?
Beta Was this translation helpful? Give feedback.
All reactions