aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en_US/location/street_pattern.ts
blob: df4449c0613f4cb3f01fe6a5324fb5894ae0ebe9 (plain)
1
2
3
4
5
export default [
  '{{person.firstName}} {{location.street_suffix}}',
  '{{person.lastName}} {{location.street_suffix}}',
  '{{location.street_name}}',
];