aboutsummaryrefslogtreecommitdiff
path: root/src/locales/lv/person/last_name_pattern.ts
blob: cca99809c8afba66ad769ca0fa6ddbf0137ef1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
export default {
  female: [
    { value: '{{person.last_name.female}}', weight: 8 },
    {
      value: '{{person.last_name.female}}-{{person.last_name.female}}',
      weight: 2,
    },
  ],
  male: [
    { value: '{{person.last_name.male}}', weight: 8 },
    { value: '{{person.last_name.male}}-{{person.last_name.male}}', weight: 2 },
  ],
};