aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en_GB/location/city_pattern.ts
blob: 1e4cd3363874378ae660de807e5e19bcd4198cc5 (plain)
1
2
3
4
5
6
export default [
  '{{location.city_prefix}} {{person.last_name.generic}}{{location.city_suffix}}',
  '{{location.city_prefix}} {{person.last_name.generic}}',
  '{{person.last_name.generic}}{{location.city_suffix}}',
  '{{person.last_name.generic}}{{location.city_infix}}{{person.last_name.generic}}',
];