aboutsummaryrefslogtreecommitdiff
path: root/src/locales/es/location/street_address.ts
blob: 1b8de3d3d692ab593eb53224e2f1dc89adad91be (plain)
1
2
3
4
export default {
  normal: '{{location.street}}{{location.buildingNumber}}',
  full: '{{location.street}}{{location.buildingNumber}} {{location.secondaryAddress}}',
};