mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 10:59:46 +08:00
More Latin vocab and more (#3896) JellieTheFrog
* Added more Latin Vocab * Added font Georgia * Create latin.json * Added longer and more quotes * Added commas, should work now
This commit is contained in:
parent
d342a08d8e
commit
ef6da63b73
3 changed files with 43 additions and 1 deletions
|
|
@ -75,5 +75,8 @@
|
|||
},
|
||||
{
|
||||
"name": "Ubuntu Mono"
|
||||
},
|
||||
{
|
||||
"name": "Georgia"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -359,6 +359,10 @@
|
|||
"militis",
|
||||
"medius",
|
||||
"media",
|
||||
"medium"
|
||||
"medium",
|
||||
"cena",
|
||||
"casa",
|
||||
"navis",
|
||||
"puer"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
35
frontend/static/quotes/latin.json
Normal file
35
frontend/static/quotes/latin.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"language": "latin",
|
||||
"groups": [
|
||||
[0, 100],
|
||||
[101, 300],
|
||||
[301, 600],
|
||||
[601, 9999]
|
||||
],
|
||||
"quotes": [
|
||||
{
|
||||
"text": "Cuiusvis hominis est errare; nullius nisi insipientis, in errore perseverare.",
|
||||
"source": "Cicero",
|
||||
"length": 77,
|
||||
"id": 1
|
||||
},
|
||||
{
|
||||
"text": "Equo ne credite, Teucri. Quidquid id est, timeo Danaos et dona ferentes.",
|
||||
"source": "Virgil",
|
||||
"length": 72,
|
||||
"id": 2
|
||||
},
|
||||
{
|
||||
"text": "Donec eris felix, multos numerabis amicos: Tempora si fuerint nubila, solus eris.",
|
||||
"source": "Ovid",
|
||||
"length": 81,
|
||||
"id": 3
|
||||
},
|
||||
{
|
||||
"text": "Inde ferunt, totidem qui vivere debeat annos, corpore de patrio parvum phoenica renasci.",
|
||||
"source": "Ovid",
|
||||
"length": 88,
|
||||
"id": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue