Skip to content

Commit

Permalink
feat(locale): add street_name to en_US, en_GB and en (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox committed Oct 5, 2023
1 parent 5410239 commit 491d319
Show file tree
Hide file tree
Showing 12 changed files with 1,557 additions and 54 deletions.
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

0 comments on commit 491d319

Please sign in to comment.