Replies: 2 comments
-
Sure, we'd love to see a PR. |
Beta Was this translation helpful? Give feedback.
-
After taking a look at the source code, the approach I would take is to change every JSON file related to the functions used inside "data": [
"King Drives",
] New data format: "data": [
{
"streets": ["King Drives"],
"countryCode": ["CA"]
}
] Same thing applies for the data needed by All these changes will require a lot of time, new data, and code refactoring. In conclusion: I think this feature shouldn't be added since it solves a niche problem. |
Beta Was this translation helpful? Give feedback.
-
Currently, it is possible to generate phone numbers based on a specific country format:
I haven't dug deep inside the source code, but could
countryCode
be added to the address generator?Beta Was this translation helpful? Give feedback.
All reactions