aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ru/person/name.ts
blob: 51793f935db3de9f8f63ab983311052500db13aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export default [
  { value: '{{person.firstName}} {{person.lastName}}', weight: 1 },
  { value: '{{person.lastName}} {{person.firstName}}', weight: 1 },
  {
    value: '{{person.firstName}} {{person.middleName}} {{person.lastName}}',
    weight: 1,
  },
  {
    value: '{{person.lastName}} {{person.firstName}} {{person.middleName}}',
    weight: 1,
  },
];