From 9d3188b085dde90d723f704ba3f9fc8e7109a4f8 Mon Sep 17 00:00:00 2001 From: enzom-uy Date: Sun, 1 Mar 2026 14:16:52 -0300 Subject: [PATCH 1/2] impr(quotes): add Spanish quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Quote ID 202 english translation: "The pain of your absence is sharp and haunting, and I would give anything not to know it; anything but never knowing you at all (which would be worse)." Quote ID 203 english translation: "Our curiosity goes with you on your journey. You walk in the footsteps of those who came before you, and your path guides those who will follow later." Quote ID 204 english translation: "If I should die, then I would do so having lived my life right. It is not the destination that matters, but how one arrives there." Quote ID 205 english translation: "Inside, I’m me. A very different me than I was a year ago, but I can’t worry about that, so I just keep moving and hope my feet take me where I need to go." Quote ID 206 english translation: "All stories told have been told before. We tell them to ourselves, as did all men who ever were. And all men who ever will be. The only things new are the names." impr(quotes): add Spanish quotes --- frontend/static/quotes/spanish.json | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/frontend/static/quotes/spanish.json b/frontend/static/quotes/spanish.json index 0336eddd14d9..44b8d44a2bb9 100644 --- a/frontend/static/quotes/spanish.json +++ b/frontend/static/quotes/spanish.json @@ -1158,6 +1158,36 @@ "source": "Antonio Machado", "length": 155, "id": 201 + }, + { + "text": "El dolor por tu ausencia es punzante y atormentador. Daría lo que fuera por no conocerlo; cualquier cosa, excepto nunca haberte conocido (lo cual seria aun peor).", + "source": "Plume - Outer Wilds", + "length": 162, + "id": 202 + }, + { + "text": "Nuestra curiosidad te acompaña en tu viaje. Sigues los pasos de quienes te precedieron, y tu camino guía a quienes te seguirán después.", + "source": "Outer Wilds", + "length": 135, + "id": 203 + }, + { + "text": "Si muero, lo haré habiendo vivido bien mi vida. No es el destino lo que importa, sino cómo se llega a él.", + "source": "El camino de los Reyes - Brandon Sanderson", + "length": 105, + "id": 204 + }, + { + "text": "Dentro, soy yo. Un yo muy distinto del que era hace un año, pero no puedo preocuparme por eso, así que sigo adelante y espero que mis pies me lleven adonde necesito ir.", + "source": "El camino de los Reyes - Brandon Sanderson", + "length": 168, + "id": 205 + }, + { + "text": "Todas las historias han sido ya contadas antes. Nos las contamos a nosotros mismos, como han hecho todos los hombres que han existido. Y todos los hombres que existirán. Lo único nuevo son los nombres.", + "source": "Palabras Radiantes - Brandon Sanderson", + "length": 201, + "id": 206 } ] } From 9d4cb1737090b0efd157f657f4ad2733ef7ae342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enzo=20Mu=C3=B1oz?= Date: Sun, 1 Mar 2026 15:42:59 -0300 Subject: [PATCH 2/2] Fix acentos typo in Spanish quote --- frontend/static/quotes/spanish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/quotes/spanish.json b/frontend/static/quotes/spanish.json index 44b8d44a2bb9..5a3ffd1fd72d 100644 --- a/frontend/static/quotes/spanish.json +++ b/frontend/static/quotes/spanish.json @@ -1160,7 +1160,7 @@ "id": 201 }, { - "text": "El dolor por tu ausencia es punzante y atormentador. Daría lo que fuera por no conocerlo; cualquier cosa, excepto nunca haberte conocido (lo cual seria aun peor).", + "text": "El dolor por tu ausencia es punzante y atormentador. Daría lo que fuera por no conocerlo; cualquier cosa, excepto nunca haberte conocido (lo cual sería aún peor).", "source": "Plume - Outer Wilds", "length": 162, "id": 202