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