aboutsummaryrefslogtreecommitdiff
path: root/src/locales/hr/person/name.ts
blob: 02a6fdf527391cbfa0d8b384cafc08e8ed98d07d (plain)
1
2
3
4
5
6
7
8
9
10
11
export default [
  {
    value: '{{person.prefix}} {{person.firstName}} {{person.lastName}}',
    weight: 1,
  },
  {
    value: '{{person.firstName}} {{person.lastName}}, {{person.suffix}}',
    weight: 1,
  },
  { value: '{{person.firstName}} {{person.lastName}}', weight: 8 },
];