From b36d19db44df6866b44fd8aa24561db33889678d Mon Sep 17 00:00:00 2001 From: Mattia <74965424+Triikk@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:20:34 +0200 Subject: [PATCH] Update italian.json (#3323) Triikk Added a quote from "The Library of Babel" by Jorge Luis Borges --- frontend/static/quotes/italian.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/static/quotes/italian.json b/frontend/static/quotes/italian.json index d77a42799..cb9674bc1 100644 --- a/frontend/static/quotes/italian.json +++ b/frontend/static/quotes/italian.json @@ -618,6 +618,12 @@ "source": "Gustave Flaubert", "length": 138, "id": 100 + }, + { + "text": "M'inganneranno, forse, la vecchiezza e il timore, ma sospetto che la specie umana - l'unica - stia per estinguersi, e che la Biblioteca perdurerĂ : illuminata, solitaria, infinita, perfettamente immobile, armata di volumi preziosi, inutile, incorruttibile, segreta.", + "source": "Jorge Luis Borges, The Library of Babel", + "length": 264, + "id": 101 } ] -} \ No newline at end of file +}