From c3926a5b12353046e814a9cebeda25c0b812791b Mon Sep 17 00:00:00 2001 From: kingbahrani Date: Mon, 29 Jun 2026 21:10:25 +0330 Subject: [PATCH 1/2] impr(quotes): add english quotes --- 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 dd4d91aeacf9..cc2ef405a929 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39345,6 +39345,12 @@ "source": "Doctor Who, Fallen Heroes", "id": 7770, "length": 485 + }, + { + "text": "When a man lies, he murders some part of the world. These are the pale deaths which men miscall their lives. All this I cannot bear to witness any longer. Cannot the kingdom of salvation take me home?", + "source": " Cliff Burton, To Live Is To Die", + "id": 7771, + "length":200 } ] } From 0bfde7087b9bc16e7635291f4d6f3c17209cdeee Mon Sep 17 00:00:00 2001 From: kingbahrani Date: Mon, 29 Jun 2026 21:39:17 +0330 Subject: [PATCH 2/2] style: apply prettier formatting to english.json --- frontend/static/quotes/english.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index cc2ef405a929..078f617fe587 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39350,7 +39350,7 @@ "text": "When a man lies, he murders some part of the world. These are the pale deaths which men miscall their lives. All this I cannot bear to witness any longer. Cannot the kingdom of salvation take me home?", "source": " Cliff Burton, To Live Is To Die", "id": 7771, - "length":200 + "length": 200 } ] }