aboutsummaryrefslogtreecommitdiff
path: root/src/locales/dv/company/name_pattern.ts
blob: 8e2ad611aff64ec241f839e36487114895c5a099 (plain)
1
2
3
4
5
6
7
export default [
  '{{company.adjective}} {{company.noun}} {{company.legal_entity_type}}',
  '{{company.adjective}} {{person.last_name.generic}} {{person.last_name.generic}} {{company.legal_entity_type}}',
  '{{person.first_name.generic}} {{company.legal_entity_type}}',
  '{{person.last_name.generic}} & {{person.last_name.generic}} {{company.noun}} {{company.legal_entity_type}}',
  '{{person.last_name.generic}} {{company.legal_entity_type}}',
];