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