Closed jmenashe closed 2 years ago
en_US
There are no phone number formats defined.
Searching exhaustively through GitHub for terms like "phone", "formats", "###-###-####", etc.
Same thing as every other country. For example, formats are defined in the en_GB.locale.json file.
If phone_number.formats is not defined in the specific and specified locale (eg: en_US); then Bogus always falls back to the en locale using phone_number.formats as defined here:
phone_number.formats
en
https://github.com/bchavez/Bogus/blob/e29f0205f6af6d736570646f4b08231eda6dba19/Source/Bogus/data/en.locale.json#L7677-L7700
Version Information
What locale are you using with Bogus?
en_US
What's the problem?
There are no phone number formats defined.
What possible solutions have you considered?
Searching exhaustively through GitHub for terms like "phone", "formats", "###-###-####", etc.
Do you have sample code to show what you're trying to do?
Same thing as every other country. For example, formats are defined in the en_GB.locale.json file.