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

Fix unit tests #566

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion collection/carlos.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"translations": {
"jpn": "カーロス",
"por": "carlos",
"deu": "Karl",
"deu": "karl",
"rus": "карлос",
"heb": "קרלוס"
},
Expand Down
3 changes: 1 addition & 2 deletions collection/christian.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
],
"translations": {
"heb": "כריסטיאן",
"deu": "christian",
"eng": "christian"
"deu": "christian"
},
"sex": "m"
}
2 changes: 1 addition & 1 deletion collection/george.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"meaning": "In Greek George means tiller of the soil, farmer.",
"translations": {
"spa": "jorge",
"pol": "Jerzy",
"pol": "jerzy",
"rus": "георгий"
},
"sex": "m"
Expand Down
2 changes: 1 addition & 1 deletion collection/jacob.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"aliases": ["Jake", "Jakob"],
"translations": {
"rus": "яков",
"deu": "Jakob"
"deu": "jakob"
},
"sex": "m"
}
2 changes: 1 addition & 1 deletion collection/madeleine.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "madeleine",
"meaning": "",
"aliases": [
"madeline",
"madeline"
],
"translations": {
"fra": "madeleine"
Expand Down
2 changes: 1 addition & 1 deletion collection/naman.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"translations": {
"hin": "नमन" ,
"pun": "ਨਮਨ"
"pnb": "ਨਮਨ"
},
"sex": "m"
}
2 changes: 1 addition & 1 deletion collection/roland.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"rollo"
],
"translations": {
"deu": "Roland"
"deu": "roland"
},
"sex": "m"
}
2 changes: 1 addition & 1 deletion collection/sarah.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"translations": {
"rus": "сара",
"heb": "שרה",
"deu": "Sarah"
"deu": "sarah"
},
"sex": "f"
}
3 changes: 1 addition & 2 deletions collection/sebastiaan.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "sebastiaan",
"meaning": "From the Latin name Sebastianus which meant \"from Sebaste\". Sebaste was the name a town in Asia Minor, its name deriving from Greek σεβαστος (sebastos) \"venerable\" (a translation of Latin Augustus, the title of the Roman emperors). According to Christian tradition, Saint Sebastian was a 3rd-century Roman soldier martyred during the persecutions of the emperor Diocletian. After he was discovered to be a Christian, he was tied to a stake and shot with arrows. This however did not kill him. Saint Irene of Rome healed him and he returned to personally admonish Diocletian, whereupon the emperor had him beaten to death.
Due to the saint's popularity, the name came into general use in medieval Europe, especially in Spain and France. It was also borne by a 16th-century king of Portugal who died in a crusade against Morocco.",
"meaning": "From the Latin name Sebastianus which meant \"from Sebaste\". Sebaste was the name a town in Asia Minor, its name deriving from Greek σεβαστος (sebastos) \"venerable\" (a translation of Latin Augustus, the title of the Roman emperors). According to Christian tradition, Saint Sebastian was a 3rd-century Roman soldier martyred during the persecutions of the emperor Diocletian. After he was discovered to be a Christian, he was tied to a stake and shot with arrows. This however did not kill him. Saint Irene of Rome healed him and he returned to personally admonish Diocletian, whereupon the emperor had him beaten to death. Due to the saint's popularity, the name came into general use in medieval Europe, especially in Spain and France. It was also borne by a 16th-century king of Portugal who died in a crusade against Morocco.",
"aliases": ["sebastianus", "sebastian"],
"sex": "m"
}
2 changes: 1 addition & 1 deletion collection/tim.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tim",
"meaning": "Domain belonging to Timoteüs or also known as god of honor",
"translations": {
"rus": "Тим",
"rus": "тим",
"heb": "טיםי"
},
"sex": "m"
Expand Down