aboutsummaryrefslogtreecommitdiff
path: root/src/locales/dv/location/city_pattern.ts
blob: be262ae814069d387842e3e646b7360ce562e6fe (plain)
1
2
3
4
5
6
7
8
export default [
  '{{location.city_prefix}} {{company.noun}}{{location.city_suffix}}',
  '{{company.adjective}}{{company.noun}}{{location.city_suffix}}',
  '{{location.city_prefix}} {{person.first_name.generic}}',
  '{{person.first_name.generic}}{{location.city_suffix}}',
  '{{person.last_name.generic}}{{location.city_suffix}}',
  '{{location.city_name}}',
];