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 + } + ] +}