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