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