boo1ean/casual

[Feature Request]: Option to specify the country when generating adresses, telephone numbers, ...

Closed this issue · 4 comments

It would be useful to be able to generate adresses, phone numbers, etc. in a way that matches the countries standards. Is there already a plan on how this could be implemented?

We are planning localization support similar to

https://github.com/fzaninotto/Faker/tree/master/src/Faker/Provider

and it will handle this case.

What do you think?

Looks very good and would definitely handle the use case!

Great, I'll implement it soon :)

Localization support is implemented.
So now we need just add locale specific stuff.
See locales.md for details about adding new locale.