aboutsummaryrefslogtreecommitdiff
path: root/src/locales/az/person/name.ts
blob: 1018fe75cee656997f523ee40e131327020e1d4d (plain)
1
2
3
4
5
export default [
  { value: '{{person.firstName}}', weight: 1 },
  { value: '{{person.lastName}} {{person.firstName}}', weight: 1 },
  { value: '{{person.firstName}} {{person.lastName}}', weight: 1 },
];