aboutsummaryrefslogtreecommitdiff
path: root/src/locales/uk/person/last_name_pattern.ts
blob: 97b4ee88b54cf9f6d7fdff71cbd335f2ad36cee3 (plain)
1
2
3
4
export default {
  female: [{ value: '{{person.last_name.female}}', weight: 1 }],
  male: [{ value: '{{person.last_name.male}}', weight: 1 }],
};