Skip to content

Commit 491d319

Browse files
feat(locale): add street_name to en_US, en_GB and en (#2371)
1 parent 5410239 commit 491d319

File tree

12 files changed

+1557
-54
lines changed

12 files changed

+1557
-54
lines changed

src/locales/en/location/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import secondary_address from './secondary_address';
1818
import state from './state';
1919
import state_abbr from './state_abbr';
2020
import street_address from './street_address';
21+
import street_name from './street_name';
2122
import street_pattern from './street_pattern';
2223
import street_suffix from './street_suffix';
2324

@@ -37,6 +38,7 @@ const location: LocationDefinition = {
3738
state,
3839
state_abbr,
3940
street_address,
41+
street_name,
4042
street_pattern,
4143
street_suffix,
4244
};

0 commit comments

Comments
 (0)