aboutsummaryrefslogtreecommitdiff
path: root/src/locales/tr/person/prefix.ts
blob: 65bafab048b748e3b083529335979875f11440e1 (plain)
1
2
3
4
5
export default {
  generic: ['Bay', 'Bayan', 'Dr.', 'Prof. Dr.'],
  female: ['Bayan', 'Dr.', 'Prof. Dr.'],
  male: ['Bay', 'Dr.', 'Prof. Dr.'],
};