aboutsummaryrefslogtreecommitdiff
path: root/src/locales/nb_NO/person/last_name_pattern.ts
blob: daddb1dc52c4b9f0ff8de8504fdee5103ceeb58c (plain)
1
2
3
4
5
6
7
8
9
export default {
  generic: [
    { value: '{{person.last_name.generic}}', weight: 8 },
    {
      value: '{{person.last_name.generic}} {{person.last_name.generic}}',
      weight: 2,
    },
  ],
};