From ef6da63b73abbeceec2d0759a31d5bb94bfbae24 Mon Sep 17 00:00:00 2001 From: Damian <120513162+JellieTheForg@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:55:49 -0500 Subject: [PATCH] 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 --- frontend/static/fonts/_list.json | 3 +++ frontend/static/languages/latin.json | 6 ++++- frontend/static/quotes/latin.json | 35 ++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 frontend/static/quotes/latin.json diff --git a/frontend/static/fonts/_list.json b/frontend/static/fonts/_list.json index c53afbe6c..3559b2b43 100644 --- a/frontend/static/fonts/_list.json +++ b/frontend/static/fonts/_list.json @@ -75,5 +75,8 @@ }, { "name": "Ubuntu Mono" + }, + { + "name": "Georgia" } ] diff --git a/frontend/static/languages/latin.json b/frontend/static/languages/latin.json index 5b4d3eb39..865fbdfcd 100644 --- a/frontend/static/languages/latin.json +++ b/frontend/static/languages/latin.json @@ -359,6 +359,10 @@ "militis", "medius", "media", - "medium" + "medium", + "cena", + "casa", + "navis", + "puer" ] } diff --git a/frontend/static/quotes/latin.json b/frontend/static/quotes/latin.json new file mode 100644 index 000000000..6aab1476d --- /dev/null +++ b/frontend/static/quotes/latin.json @@ -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 + } + ] +}