aboutsummaryrefslogtreecommitdiff
path: root/src/locales/fr_BE/person/prefix.ts
blob: 454fd1e6f3c0a98a98599742609362bafd2b3033 (plain)
1
2
3
4
5
export default {
  generic: ['Dr', 'M', 'Mlle', 'Mme', 'Prof'],
  female: ['Dr', 'Mlle', 'Mme', 'Prof'],
  male: ['Dr', 'M', 'Prof'],
};