Skip to content
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

feat(locale): add street_name to en_US, en_GB and en #2371

Merged
merged 10 commits into from
Oct 5, 2023
2 changes: 2 additions & 0 deletions src/locales/en/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import secondary_address from './secondary_address';
import state from './state';
import state_abbr from './state_abbr';
import street_address from './street_address';
import street_name from './street_name';
import street_pattern from './street_pattern';
import street_suffix from './street_suffix';

Expand All @@ -37,6 +38,7 @@ const location: LocationDefinition = {
state,
state_abbr,
street_address,
street_name,
street_pattern,
street_suffix,
};
Expand Down
Loading