-
-
Notifications
You must be signed in to change notification settings - Fork 946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify the difference between faker.location.county
and faker.location.state
#1944
Comments
faker.location.county
faker.location.county
and make alias for faker.location.state
Isnt a county an adminstrative area within a state? |
Not consistently. |
Team Decision We want to keep
|
hmm, none of the current locales actually do this though. We don't have second-level administrative regions implemented anywhere. |
faker.location.county
and make alias for faker.location.state
faker.location.county
and faker.location.state
The top-level administrative regions of a country can be called states (eg. in USA), provinces (e.g. in Canada) or counties (e.g. in UK), or various other names.
Currently there are seperate methods called
faker.location.state()
andfaker.location.county()
It's clearer to have a single method for this.
The following locales have county definitions
The text was updated successfully, but these errors were encountered: