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