-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turkish personal informations added.
- Loading branch information
1 parent
d31daac
commit 833ea87
Showing
6 changed files
with
180 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
src/modules/person/data/turkish/TurkishFirstNamesFemales.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
#pragma once | ||
|
||
#include <string> | ||
#include <vector> | ||
|
||
namespace faker { | ||
const std::vector<std::string> turkishFirstNamesFemales = { | ||
"Ayşe", | ||
"Fatma", | ||
"Zeynep", | ||
"Emine", | ||
"Merve", | ||
"Elif", | ||
"Melis", | ||
"Esra", | ||
"İrem", | ||
"Ebru", | ||
"Selma", | ||
"Leyla", | ||
"Selin", | ||
"Gamze", | ||
"Gizem", | ||
"Ceren", | ||
"Deniz", | ||
"Aslı", | ||
"Nazlı", | ||
"Pınar", | ||
"İlayda", | ||
"Dilara", | ||
"Büşra", | ||
"Rabia", | ||
"Yasemin", | ||
"Gül", | ||
"Nur", | ||
"Melek", | ||
"Sude", | ||
"Şeyma", | ||
"Beren", | ||
"Eylül", | ||
"İpek", | ||
"Hande", | ||
"Cansu", | ||
"Özge", | ||
"Hilal", | ||
"Bilge", | ||
"Serra", | ||
"İlknur", | ||
"Cemre", | ||
"Tuğba", | ||
"Yelda", | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
#pragma once | ||
|
||
#include <string> | ||
#include <vector> | ||
|
||
namespace faker { | ||
const std::vector<std::string> turkishFirstNamesMales = { | ||
"Ahmet", | ||
"Mehmet", | ||
"Mustafa", | ||
"Ali", | ||
"Emre", | ||
"Burak", | ||
"Can", | ||
"Cem", | ||
"Eren", | ||
"Onur", | ||
"Kaan", | ||
"Serkan", | ||
"Hakan", | ||
"Yusuf", | ||
"Okan", | ||
"Barış", | ||
"Tolga", | ||
"Kerem", | ||
"Deniz", | ||
"Oğuz", | ||
"Umut", | ||
"Gökhan", | ||
"İsmail", | ||
"Metin", | ||
"Orhan", | ||
"İlker", | ||
"Levent", | ||
"Selim", | ||
"Berk", | ||
"Uğur", | ||
"Murat", | ||
"Tarık", | ||
"Cihan", | ||
"Fatih", | ||
"Furkan", | ||
"Yiğit", | ||
"Tarkan", | ||
"Volkan", | ||
"Mert", | ||
"Alp", | ||
"Taylan", | ||
"Burhan", | ||
"Ege", | ||
"Koray", | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
#pragma once | ||
|
||
#include <string> | ||
#include <vector> | ||
|
||
namespace faker { | ||
const std::vector<std::string> turkishLastNames = { | ||
"Yılmaz", | ||
"Demir", | ||
"Kaya", | ||
"Çelik", | ||
"Yıldız", | ||
"Türk", | ||
"Güneş", | ||
"Ergin", | ||
"Arslan", | ||
"Doğan", | ||
"Kurt", | ||
"Şahin", | ||
"Güler", | ||
"Çetin", | ||
"Aydın", | ||
"Yalçın", | ||
"Kaplan", | ||
"Aksoy", | ||
"Taş", | ||
"Koç", | ||
"Erdoğan", | ||
"Yılmazer", | ||
"Bulut", | ||
"Acar", | ||
"Uçar", | ||
"Kılıç", | ||
"Karahan", | ||
"Tekin", | ||
"Soydan", | ||
"Çalışkan", | ||
"Öztürk", | ||
"Yalın", | ||
"Kara", | ||
"Özkan", | ||
"Akın", | ||
"Aktaş", | ||
"Büyükcengiz", | ||
"Okan", | ||
"Şimşek", | ||
"Keskin", | ||
"Kayabaş", | ||
"Kayabaşı", | ||
"Atalay", | ||
"Ünal", | ||
"Demirci", | ||
"Yaman", | ||
"Gündoğdu", | ||
"Çevik", | ||
"Durmaz", | ||
"Aslan", | ||
"Güzel", | ||
"Kahraman", | ||
}; | ||
} |