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