From 8dd00364d8bc5a1498bc50f217e6b9f7c8c10265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hector=20Queir=C3=B3z?= Date: Mon, 29 Dec 2025 16:57:04 -0300 Subject: [PATCH 1/2] impr(quotes): add Portuguese quote --- frontend/static/quotes/portuguese.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/static/quotes/portuguese.json b/frontend/static/quotes/portuguese.json index 36238acf30d1..db7a1d727183 100644 --- a/frontend/static/quotes/portuguese.json +++ b/frontend/static/quotes/portuguese.json @@ -654,6 +654,12 @@ "source": "Luís Soares, Machado de Assis", "length": 215, "id": 109 + }, + { + "text": "Deixe-os ver minha fraqueza, e deixe que me vejam superando-a.", + "source": "Mistborn: O Império Final, Brandon Sanderson", + "length": 62, + "id": 110 } ] } From f93cd9045237230c1c95a2a4551048e6faddc503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hector=20Queir=C3=B3z?= Date: Mon, 29 Dec 2025 17:01:28 -0300 Subject: [PATCH 2/2] impr(quotes): add English quote --- frontend/static/quotes/english.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index d5c3455c6eb6..311f6d9f4a0c 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39141,6 +39141,12 @@ "source": "XCOM: Enemy Unknown", "id": 7736, "length": 308 + }, + { + "text": "Let them see my weakness, and let them see me overcome it.", + "source": "Mistborn: The Final Empire", + "id": 7737, + "length": 58 } ] }