aboutsummaryrefslogtreecommitdiff
path: root/src/locales/da/person/name.ts
blob: ff423717ee73b790556fcf7b842a3598b787dcff (plain)
1
2
3
4
5
6
7
export default [
  { value: '{{person.firstName}} {{person.lastName}}', weight: 50 },
  {
    value: '{{person.firstName}} {{person.middleName}} {{person.lastName}}',
    weight: 50,
  },
];