aboutsummaryrefslogtreecommitdiff
path: root/src/locales/uk/company/name_pattern.ts
blob: 9410ad539c3f3e374c4b3478919f9a4ae63d5739 (plain)
1
2
3
4
5
6
7
8
9
10
export default [
  '{{company.legal_entity_type}} {{company.category}}{{company.category}}',
  '{{company.legal_entity_type}} {{company.category}}{{company.category}}{{company.category}}',
  '{{company.legal_entity_type}} {{location.city_name}}{{company.category}}',
  '{{company.legal_entity_type}} {{location.city_name}}{{company.category}}{{company.category}}',
  '{{company.legal_entity_type}} {{location.city_name}}{{company.category}}{{company.category}}{{company.category}}',
  '{{company.legal_entity_type}} {{person.first_name.female}}',
  '{{company.legal_entity_type}} {{person.first_name.male}}',
  '{{company.legal_entity_type}} {{person.last_name.male}}',
];