aboutsummaryrefslogtreecommitdiff
path: root/src/locales/nl/person/prefix.ts
blob: 522f3e861722220efca97e05c3248972a3b92986 (plain)
1
2
3
4
5
export default {
  generic: ['Bsc', 'Dhr.', 'Dr.', 'Drs.', 'Ir.', 'Mevr.', 'Msc', 'Prof.'],
  female: ['Bsc', 'Dr.', 'Drs.', 'Ir.', 'Mevr.', 'Msc', 'Prof.'],
  male: ['Bsc', 'Dhr.', 'Dr.', 'Drs.', 'Ir.', 'Msc', 'Prof.'],
};