Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sex to names #474

Merged
merged 44 commits into from
Nov 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
ab8ca8f
Add name "Jesus"
CodeWritingCow Oct 28, 2017
a4fb589
Fix ISO language code
CodeWritingCow Oct 28, 2017
0825e8f
Lowercase name
CodeWritingCow Oct 28, 2017
55ef75b
Update 'Michael'
CodeWritingCow Oct 28, 2017
f9ad8c2
Resolve merge conflict by incorporating new translation and aliases f…
CodeWritingCow Oct 30, 2017
48599e6
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Oct 30, 2017
61f07a1
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 2, 2017
7d04648
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 2, 2017
8283d25
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 2, 2017
821f08e
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 2, 2017
05b187d
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 2, 2017
3f44896
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 2, 2017
7d54245
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 2, 2017
b3c5fe9
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 2, 2017
3f45c11
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 2, 2017
b58034d
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 2, 2017
4a44c46
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 3, 2017
5277b1a
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 4, 2017
929e3eb
Add gender to name file specs
CodeWritingCow Nov 4, 2017
9c173fb
Update michael.json
CodeWritingCow Nov 4, 2017
d38cd36
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 4, 2017
c21bac2
Make sex field optional for now
CodeWritingCow Nov 4, 2017
0bb04a7
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 6, 2017
06fc358
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 7, 2017
55d20a3
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 7, 2017
10f9d0e
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 7, 2017
fcdacae
Add tests to check validity of gender
CodeWritingCow Nov 7, 2017
69c06bb
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 7, 2017
8138037
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 7, 2017
d2bc694
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 7, 2017
cfccdbb
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 7, 2017
1ce0b8b
Update gender tests - Issue #443
CodeWritingCow Nov 8, 2017
79e2b6c
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 8, 2017
bcafbf9
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 9, 2017
2000019
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 10, 2017
cdcb6cf
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 10, 2017
1e4de44
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 10, 2017
b8034d9
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 10, 2017
7307ceb
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 10, 2017
961a155
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 10, 2017
9dc4664
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 11, 2017
a6099f1
Merge remote-tracking branch 'refs/remotes/bluzi/master'
CodeWritingCow Nov 11, 2017
7d0a75b
Add sex to 31 names
CodeWritingCow Nov 11, 2017
da1fdcf
Add sex to 24 names
CodeWritingCow Nov 11, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion collection/kevin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"translations": {
"por": "kevin",
"heb": "קווין"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/kyle.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"aliases": [],
"translations": {
"heb": "קייל"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/lily.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"aliases": [],
"translations": {
"heb": "לילי"
}
},
"sex": "f"
}
3 changes: 2 additions & 1 deletion collection/luigi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"meaning": "Renowned fighter. Form of the French Louis.",
"translations": {
"heb": "לואיג'י"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/luke.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"gae": "lùc",
"pol": "łukasz",
"heb": "לוק"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/magnus.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"nno": "magnar",
"rus": "магнус",
"heb": "מגנוס"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/mahmud.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"translations": {
"ara": "محمود",
"heb": "מחמוד"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/mario.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"rus": "марио",
"fas": "ماریو",
"heb": "מריו"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/mark.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"tha": "มาร์ค",
"mkd": "марк",
"heb": "מארק"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/martin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"mkd": "мартин",
"tha": "มาติน",
"heb": "מרטין"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/marvin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"fas": "ماروین",
"rus": "марвин",
"heb": "מרווין"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/mary.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"rus": "мария",
"spa": "maría",
"heb": "מרי"
}
},
"sex": "f"
}
3 changes: 2 additions & 1 deletion collection/matilda.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"fra": "mathilde",
"spa": "matilde",
"heb": "מטילדה"
}
},
"sex": "f"
}
3 changes: 2 additions & 1 deletion collection/matthew.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"rus": "мэттью",
"mkd": "матеј",
"por": "matheus"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/maurice.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"pol": "maurycy",
"spa": "mauricio",
"por": "mauricio"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/max.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"aze": "maks",
"rus": "макс",
"heb": "מקס"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/michael.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"rus": "михаил",
"pol": "michał",
"heb": "מיכאל"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/michelle.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"urd": "مشیل",
"yid": "מישעל"

}
},
"sex": "f"
}
3 changes: 2 additions & 1 deletion collection/mikaela.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"spa": "mikaela",
"por": "mikaela",
"heb": "מיכאלה"
}
},
"sex": "f"
}

3 changes: 2 additions & 1 deletion collection/mitch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"transaltions": {
"rus": "митч",
"heb": "מיטש"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/natasha.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"kor": "나타샤",
"lat": "natasha",
"heb": "נטשה"
}
},
"sex": "f"
}
3 changes: 2 additions & 1 deletion collection/nathaniel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"translations": {
"heb": "נתנאל",
"pol": "nataniel"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/nicholas.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"srp": "nikola",
"lat": "nicolaus",
"heb": "ניוקולס"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/osman.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"aze": "osman",
"mkd": "осман",
"rus": "осман"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/otavio.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"tatavio",
"tato"
],
"translations": {}
"translations": {},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/patrick.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"mkd": "патрик",
"rus": "патрик",
"heb": "פטריק"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/peter.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"srb": "piter",
"tha": "ปีเตอร์",
"heb": "פטריק"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/philip.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"ces": "filip",
"rus": "филипп",
"heb": "פיליפ"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/quentin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"lat": "quintinus",
"spa": "quintín",
"heb": "קוונטין"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/rahul.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"jpn": "ラフル",
"urd": "روح",
"heb": "ראול"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/rebecca.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"dan": "rebekka",
"nld": "rebekka",
"spa": "rebeca"
}
},
"sex": "f"
}
3 changes: 2 additions & 1 deletion collection/richard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"spa": "rico",
"rus": "ричард",
"heb": "ריצ'ארד"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/robert.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
],
"translations": {
"heb": "רוברט"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/rory.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"gla": "ruairidh",
"heb": "רורי",
"rus": "pори"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/ryan.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
],
"translations": {
"heb": "ריאן"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/saladin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
],
"translations": {
"ara": "صلاح الدين"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/sam.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"deu": "sam",
"tha": "แซม",
"heb": "סאם"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/samantha.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"arb": "سامنتا",
"rus": "саманта",
"heb": "סמנת'ה"
}
},
"sex": "f"
}
3 changes: 2 additions & 1 deletion collection/sarah.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
],
"translations": {
"heb": "שרה"
}
},
"sex": "f"
}
3 changes: 2 additions & 1 deletion collection/sergey.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"pol": "siergiej",
"mkd": "сергеј",
"heb": "סרגיי"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/sophia.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"mkd": "софија",
"srb": "sofija",
"heb": "סופיה"
}
},
"sex": "f"
}
3 changes: 2 additions & 1 deletion collection/sora.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"jpn": "空",
"jpn": "昊",
"heb": "סורה"
}
},
"sex": "u"
}
3 changes: 2 additions & 1 deletion collection/stephen.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"translations": {
"spa": "esteban",
"heb": "סטפן"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/steven.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
],
"translations": {
"heb": "סטיבן"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/svetlana.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"mkd": "светлана",
"hye": "սվետլանա",
"heb": "סבטלנה"
}
},
"sex": "f"
}
3 changes: 2 additions & 1 deletion collection/tatyana.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"fas": "تاتیانا",
"spa": "tatiana",
"heb": "טאטיאנה"
}
},
"sex": "f"
}
3 changes: 2 additions & 1 deletion collection/thomas.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"rus": "томас",
"mkd": "томас",
"heb": "תומאס"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/travis.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"translations": {

"rus": "трэвис"
}
},
"sex": "m"
}
3 changes: 2 additions & 1 deletion collection/trevor.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
],
"translations": {
"heb": "טרבור"
}
},
"sex": "m"
}
Loading